Hello all,
I struggle to program nrf52 on Eclipse, and it works fine with Keil. Let me explain :
With Keil :
-I first flash softdevice 5.0 manually with JFlash Lite
-I flash my code with Keil,
it works fine. I can flash a merged hex file and my code after that, it is okay, my code is running
With Eclipse :
My code compiles (the same code), but if I flash the same softdevice, and my code, my code is not running.
I checked my project ld file and .map file : all is okay (i.e : same parameters in Keil), my code starts at 0x23000
I am running out of ideas... Any help?
Thank you!