Thank you, KaiLi.
I changed my source code like below.
File: "\\NfcLibrary\inc\Nfc_settings.h"
- Before
uint8_t NxpNci_TVDD_CONF[]={0x20, 0x02, 0x0F, 0x01, 0xA0, 0x0E, 0x0B, 0x11, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0xD0, 0x0C};
- After
uint8_t NxpNci_TVDD_CONF[]={0x20, 0x02, 0x0F, 0x01, 0xA0, 0x0E, 0x0B, 0x11, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x0C};
Would you please share me more detail explanation of this phenomenon?
What's the purpose of the TXLDO and why it's default enabled?
I guess most users might choose simple power supply.
Please kindly answer me for our internal issue closing.
Thank you.