Hi All,
Hopefully this is just a quick question... but I was wondering, if I set a breakpoint in my program while I am using the app_scheduler and app_timer2, should this cause an error?
The code I'm currently working on is based off of the ble hid mouse example, so it was using the app scheduler. So I know when using a soft device, you cannot set breakpoints, but I thought that if I deactivated it, I would be able to use breakpoints again. (I'm trying to create a version of my code that does not use BLE)
Anyways, I was finding that without the soft device, I was still running into an error, seems like error 0x4 which corresponds to a full queue? My thinking then is that when I have a breakpoint, the timer and scheduler are still running, and so my queue ends up full? Is this the right way of thinking?