This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil - Debugger set two breakpoints at same address

I'm getting started with the ble_app_hrs_s110_pca10028 (nRF51 PCA10028) example in the nRF51_SDK_7.1.0_372d17a_packs.zip SDK. See the tags for my hardware setup. I'm using Keil version 5.11 (5.12 download was corrupt last I checked).

If I set a breakpoint at line 631 in main.c (inside the BLE Event connected handler), Keil breaks at that point. However, when I click Step Over, I get this error:

"Debugger problem discovered: The debugger has set two breakpoints at the same addess 0x00019F7A"

Anyone else run into this? Is this a bad place to put a breakpoint? Is Keil confused by the next line being a macro? This is after I turned optimization off -O0.

Parents Reply Children
Related