This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I can not debug my app with freertos and BLE if the ble is connected, but I can debug the app if the ble is disconnected

I can not debug my app with freertos and BLE if the ble is connected, but I can debug the app id the ble is disconnected, i want to debug inside the xqueue recieve and send while the BLE is connected.

If the BLE is disconnected I can debug just fine.

But if the BLE is connected, 

If I have the BLE connected it will send me to the 

ldr r3, [pc, #4]

on the disassembler code and from then to the 

NRF_BREAKPOINT_COND;

If I don put a breakpoint in my code I can tell the app is running just fine in both cases by looking at the debugger output.

Parents Reply Children
No Data
Related