nRF 5 SDK 17.0.2
I am working on getting the nfc_pairing_reference example application migrated to S140 on two nrf52840 DKs. I have successfully ported the hardware, the demo runs successfully on the PCA10056 hardware using s132 (v7.2.0). But I am having trouble migrating the example code to s140 (v7.2.0). I followed these instructions.
Here are my placement macros:
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x80000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x10000
FLASH_START=0x00026640
FLASH_SIZE=0x5a000
RAM_START=0x20001d28
RAM_SIZE=0xe2e8
(I used the FLASH_START the debugger recommended)
When I run the debugger, the terminal prints "<info> app_timer: RTC: initialized." and crashes at unknown function at 0xA60. This is puzzling to me because it suggests the Softdevice isn't supported right? So I'm not sure which step I've missed to do this successfully.
Thanks in advance,
Sam