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?

Related