环境平台描述:CCS3.3 v3.3.81.6 TMS320F28335。
问题描述:程序编译没有任何问题,程序烧写进去也能正常跑。但是在程序烧写完,发现在“Messages”提示框中有如下提示:
Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0x31d1cc: Error 0x00000008/-1076 Error during: Break Point, Cannot set/verify breakpoint at 0x0031D1CC
Trouble Removing Breakpoint with the Action "Terminate Program Execution" at 0x31d1cc: Error 0x00000008/-2044 Error during: Break Point, No breakpoint at 0x0031D1CC
Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0x31d1cc: Error 0x00000008/-1076 Error during: Break Point, Cannot set/verify breakpoint at 0x0031D1CC
我根据提示地址查找CMD文件,以及.map文件,发现在.map文件中这个地址0x0031D1CC指到rts2800_fpu32.lib中的exit.obj (.text),请问这个是什么问题?
目前尚未发现对功能上有影响,但是看见这个问题很不自在,希望有相关经验的帮忙指点一下?谢谢!!!