TI中文支持网
TI专业的中文技术问题搜集分享网站

AWR2944: when run debug code in Code Composer Studio,when I set Breakpoint in running code and this runing code is time interrupt callback ,it is not stop in this callback.but when I stop this code ,and running,it will stop here.

Part Number:AWR2944

Gary Lu:

Hello,

1. Optimize Settings:Make sure optimization is turned off or set to a lower level during debugging. High optimization levels sometimes interfere with the accurate placement of breakpoints.

2 Check the breakpoint location:Make sure the breakpoint is set at a valid location in the source code. If the callback function is inline or optimized, the breakpoint may not be hit. Make sure the function is not optimized.

3.Check the interrupt priority: If time interrupt is used, check the interrupt priority. If the priority is configured incorrectly, some debuggers may not be able to handle breakpoints in certain types of interrupts.

Thanks,

Gary

赞(0)
未经允许不得转载:TI中文支持网 » AWR2944: when run debug code in Code Composer Studio,when I set Breakpoint in running code and this runing code is time interrupt callback ,it is not stop in this callback.but when I stop this code ,and running,it will stop here.
分享到: 更多 (0)