This is a relatively new problem for me, but it is very annoying. I'm running SEGGER Embedded Studio for ARM V6 with the free license from Nordic. I'm on an Intel iMac Core i7.
It's always tricky debugging a running Bluetooth application in the debugger because Nordic has their own watchdog in their BT stack, so you really can't step through code. But every once in a while I really just need to see data, so I attach my running application to the debugger and use the Target:Attach Debugger option to attach to my running target. Then I hit the pause button so I can look at variables.
For some reason, every time I attach the debugger my target resets and I lose all the data. This was not a problem in the past, so I think there must be some setting somewhere that got changed in the last update I did.
Any clues would be welcome.
It's always tricky debugging a running Bluetooth application in the debugger because Nordic has their own watchdog in their BT stack, so you really can't step through code. But every once in a while I really just need to see data, so I attach my running application to the debugger and use the Target:Attach Debugger option to attach to my running target. Then I hit the pause button so I can look at variables.
For some reason, every time I attach the debugger my target resets and I lose all the data. This was not a problem in the past, so I think there must be some setting somewhere that got changed in the last update I did.
Any clues would be welcome.