Hi everyone, I'm working on the nrf51822 QFAAH I tried to flash the ble_app_uart example and it didn't work. So I debug it and it stops here
As you can see in the picture there is nothing at 0x6d2
I can build it and flash it, I wrote my linker ldscript to be able to flash a chip with 16kB of RAM and 256kB of Flash memory. I changed nothing in the main.c. In the memory I know the softdevice S130 v2.0.1 ends here 0x1b000 so my program stops in the softdevice part ???
Please I need some help to make this work...