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

SDK11 NFC + BLE UART not working

Hi,

I've encountered a problem described here:
https://devzone.nordicsemi.com/f/nordic-q-a/37917/nfc-issue-when-migrating-to-sdk11

Since I could not figure out the issue, I decided to start from scratch with SDK11 (which I have to use).
I took a fresh ble_app_uart and record_url example, on their own they both work, but when merged the NFC does not.
What happens is that whenever the code executes the ret_val = nfcSetup(nfc_callback, NULL); line it halts.
BLE keeps working, but the NFC initialization code is stuck.

I've trying setting the clock settings to NRF_CLOCK_LF_SRC_RC and set CLOCK_ENABLED 1 but that had no effect.

What is preventing the NFC code from initializing?

Parents Reply Children
Related