Part Number:CC1310
Tool/software: Code Composer Studio
Hi,
a customer in this thread experienced a problem with the Step-over functionality in CCS:
- Use CCS 7.0 or older 6.1.x or 6.2.x releases
- Build the rfEasyLinkTx example from TI-RTOS 2.21 for CC13xx or the CC13x0 SimpleLink SDK 1.0
- Debug the application on a CC1310 or CC1350 launchpad
- Set a breakpoint in rfEasyLinkTx.c line 131 (EasyLink_init()) and run the program to that position.
- Click "Step over"
The program will not halt after EasyLink_init(), but get stuck in the kernel idle loop. When setting an additional breakpoint at the next line and use "Resume" instead, everything works fine. The same happens in the next line EasyLink_setPwr(). I think I saw the same behavior in other situations as well.
Could that be a bug in the CCS debugger? If so, could you please file a bug report and monitor the progress here? Thanks.