stm8在IAR开发环境,用watch1查看变量count,提示Error(col 1)unknow or ambiguous symbol.count。什么解决?求助各位大佬!
其它代码呢,你把提示错误的变量全部设置为全局变量
你可以先看看,project==>options==>linker 看看里面的format是不是设成debug的?