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