Running the NFC Text record routine on nRF5340 DK, the mobile phone NFC cannot scan the tag

Hi,I have some problems using the NFC routines in the SDK.

The hardware used is nRF5340 DK.

Software is nRF Connect SDK v2.6.99-cs1.

The downloaded and run routines include: Launch APP, Text record, TNEP tag.

After downloading the three examples to nRF5340 DK, I can see that the log is printed normally, but the mobile phone NFC cannot scan any response.

I can confirm that the NFC antenna and my phone are fine, and the same is true for both nRF5340 DKs I have.

At the same time, I have an nRF52840 DK and downloaded the routine program into the mobile phone NFC, but it still cannot scan.

However, when using the NFC routine in the software nRF5 SDK v17.1.0 on the nRF52840 DK, the mobile phone NFC can scan the NDEF message.

But I need to use nRF5340 to implement NFC tag function.What could be the problem that causes the NFC tag routine to be unresponsive when running on the nRF5340 DK?

Or do I need to set some special configuration in the SDK?

Related