Part Number: TMS320F280025
CCS工程在线仿真时,在代码某些行设置第一个断点时提示"This task cannot be accomplished with the existing AET resources.",设置断点失败,如下图所示line 192。
紧接着在代码其它行继续设置断点时,设置成功,如下图所示line 68。
请问断点设置对代码有什么要求?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F280025
CCS工程在线仿真时,在代码某些行设置第一个断点时提示"This task cannot be accomplished with the existing AET resources.",设置断点失败,如下图所示line 192。
紧接着在代码其它行继续设置断点时,设置成功,如下图所示line 68。
请问断点设置对代码有什么要求?
看一下这个链接里面介绍的方法是否有效:www.geek-share.com/.../2793977431.html
同样的语句,在F280049工程里可以设置断点,在F280025里不行,F280049用的是rts2800_fpu32.lib库,F280025用的是rts2800_fpu32_eabi.lib库,请问跟库有关系吗?
F280025工程改成ts2800_fpu32.lib库也不行
跟变量类型应该没关系。或者你可以测试一下,是否只在这类变量的地方设置断点才会出现无效的情况?