Hi, I am trying to debug the blinky project with Eclipse, openocd and st-link. No softdevice. This is the output I am using. nrf51822_xxaa.out
I am finally able to see the leds blinking in a custom board but if I try to debug the application I always get hardfault.
So, the application runs without debugging but I get hardfault when debugging.
This is my .cfg
source [find interface/stlink-v2.cfg]
set WORKAREASIZE 0x4000
transport select "hla_swd"
source [find target/nrf51.cfg]
These are some screenshots of the debug output.
I am able to step until this point:
Then...
I think that's all from my side. Thank you very much in advance.
Regards