Dear Nordic Technical Support,
I’m currently evaluating the NFC functionality on the nRF7002-DK with the following setup:
-
Hardware: nRF7002-DK
-
SDK Version: nRF Connect SDK v2.8.0
-
Example Application:
nrf/samples/nfc/system_off
Reproduction Steps:
-
I created a new application by copying the sample
nrf/samples/nfc/system_off
. -
I added the build configuration target:
nrf7002dk/nrf5340/cpuapp
-
Built and flashed the firmware to the nRF7002-DK.
-
NFC antenna works as expected — the phone can scan the NFC tag without any issue.
However, when I switch the build configuration to the non-secure target:
-
Build Target:
nrf7002dk/nrf5340/cpuapp/ns
-
The build completes successfully without errors.
-
Flashing also completes without any issues.
-
Problem: The NFC antenna no longer works. The phone is unable to detect the NFC tag at all.
- Both secure and non-secure builds use the exact same code without any modification.
Question:
Is there any specific configuration or additional setup required to enable NFC functionality when building for the non-secure (NS) domain on the nRF5340 application core?
Any guidance or suggestions to resolve this issue would be greatly appreciated.
Thank you for your support.
Best regards,