Hello,
I'm using CCS12.5 with AM263x_CC but this issue has always occurred.
I am using common code for both cores so I load the Program on Core 0 and only symbols to Core 2. Both cores are set to Auto-Run to main() which it does but I always get the following error in the Console window:
The full text is:
Cortex_R5_0: Trouble Removing Breakpoint with the Action "Finish Auto Run" at 0x7012fd90: (Error -1066 @ 0x7012FD90) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 9.13.0.00201)
I'm guessing it is able to remove the breakpoint(s) after running to main() so I'd really like to get rid of the warning if possible please.