Tool/software: Code Composer Studio
Hi,
I've just switched to CCS desktop from CCS Cloud due to the issues I was having there but I'm now getting a very similar problem with the desktop version. Referring to the screenshot below, I am unable to set any of the breakpoints shown on lines 581, 583 and 585. If I click on the breakpoint in the Breakpoints view, its tells me that there is no assembly code associated with that breakpoint. If I search for this point in the Disassembly view, the routine 'SimpleBLEPeripheral_ws_init' is not listed. Also, many other functions are not listed including the main application initialisation routine 'SimpleBLE_Peripheral_init'
Note, however, that this code is getting executed. It correctly toggles DIO_24 as expected.
Any suggestions?
Regards,
AC