This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Not able to flash NFC code while Softdevice is loaded.

Hi!

I am trying to use the NFC "writable_ndef_msg" code along with the "ble_app_uart" code from SDK 15.0 with Softdevice s140 on nRF52840 DK.  I am using keil-MDK 5. But when I try to flash the NFC code when the softdevice is present, the Keil shows me error as "Cortex-M4". It works fine when the softdevice is removed. But when the softdevice is removed, the BLE code doesn't work. 

What should be the proper way in which I can have both softdevice and NFC codes co-exist along with BLE code?

Parents Reply
  • Hi Ashish, 

    Thanks for the answer. I tried changing the ROM address of the NFC code. The code now gets flashed. But it not working. Nothing happens when I take my NFC reader close to the tag on the development kit (As per the code, the LED1 on the development kit should lit once it gets in the range of the reader. But nothing happens. Without softdevice it is working perfectly fine) Can you please suggest how to solve this issue? 

    Thanks!

Children
Related