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

NFC does not scan when Soft device is loaded and section placement macros are changed.

Hello,

I'm trying to merge NFC writeable example "writable_ndef_msg" with BLE Beacon "ble_app_beacon". My aim is to start BLE Beacon after the scanning of NFC. I have added all the NFC supporting .c files, header files and added config parameters to "ble_app_beacon" example located in ble_peripheral folder. Im using nRF52832 DK with SDK17.0.2 version and softdevice s132. on ses.

In section placement macros, I have modified the following since there was a overlap.

FLASH_PH_START=0x0

FLASH_PH_SIZE=0x80000

RAM_PH_START=0x20000000

RAM_PH_SIZE=0x20000

FLASH_START=0x26000

FLASH_SIZE=0x80000

RAM_START=0x200022B0

RAM_SIZE=0x10000

I'm able to download the program to the DK. But not able to scan NFC. I have followed the query in this link . But was not able to resolve. (writable_ndef_msg and ble_app_beacon independently works fine)

So, Second thing which I tried was, to modify the section placement macros in writable_ndef_msg program to the same values as above. I was unable to scan the NFC if the RAM and Flash are modified here.

Related