环境平台描述: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 0x0031D1CCTrouble Removing Breakpoint with the Action "Terminate Program Execution" at 0x31d1cc: Error 0x00000008/-2044 Error during: Break Point, No breakpoint at 0x0031D1CCTrouble 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),请问这个是什么问题?
目前尚未发现对功能上有影响,但是看见这个问题很不自在,希望有相关经验的帮忙指点一下?谢谢!!!
Eric Ma:
Sibao,
应该是程序在调试的时候设置的断点信息问题,你在debug界面,找到breakpoint的窗口,把所有的断点remove掉。
Eric
环境平台描述: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 0x0031D1CCTrouble Removing Breakpoint with the Action "Terminate Program Execution" at 0x31d1cc: Error 0x00000008/-2044 Error during: Break Point, No breakpoint at 0x0031D1CCTrouble 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),请问这个是什么问题?
目前尚未发现对功能上有影响,但是看见这个问题很不自在,希望有相关经验的帮忙指点一下?谢谢!!!
user1003689:
回复 Eric Ma:
Eric Ma :我还没有设置断点调试,基本可以肯定的是,不是断点造成的。不知道还有人遇到故没有?请指教!
环境平台描述: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 0x0031D1CCTrouble Removing Breakpoint with the Action "Terminate Program Execution" at 0x31d1cc: Error 0x00000008/-2044 Error during: Break Point, No breakpoint at 0x0031D1CCTrouble 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),请问这个是什么问题?
目前尚未发现对功能上有影响,但是看见这个问题很不自在,希望有相关经验的帮忙指点一下?谢谢!!!
Hank Zhao:
回复 user1003689:
在程序的结尾加一个死循环试试。