I have managed to build and run the BLE DataStream example using the LP-EM-CC2340R5. This works perfectly in debug or release build. However, when starting 'debug' I get the following errrors:
Cortex_M0P: Trouble Setting Breakpoint with the Action "Terminate GEL_Go()" at 0xf0023f1: (Error -1066 @ 0xF0023F0) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 9.8.0.00235)
Cortex_M0P: GEL: Error while executing OnTargetConnect(): An earlier error prevented the target from running
at GEL_Go(entryPoint) [cc23xx_xds.gel:58]
at OnTargetConnect()
Cortex_M0P: Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0x29088: (Error -1066 @ 0x29088) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 9.8.0.00235)
The project is 'out-of-the-box' without my making any changes. The programmer / debugger tool is the TI Launchpad XDS110 with energy trace.
Am I doing something wrong?