RF power regulation is a critical factor in the development of NFC devices, as it directly influences performance, reliability, and compliance with industry standards.
There are three main reasons for this:
NXP provides comprehensive documentation on Dynamic Power Control for the PN7642 and PN5190. Designers are expected to adhere to these guidelines, especially when aiming for compliance with standards such as EMVCo.
However, if the user's design is intended for infrastructure applications, such as a smart lock. At a minimum, Dynamic Power Control (DPC) should be enabled to serve as a current limiter.
The evaluation can be done with the help of NFC Cockpit.
Once the evaluation is done, the customer shall program the following EEPROM entries in their application. For more info, see PN7642 Product Data sheet.
DPC_CONFIG (Address: 0x0068) -> example: enabled -> 0x01
DPC_TARGET_CURRENT (Address: 0x0069) -> example: 229 mA -> 0xE5
DPC_HYSTERESIS_LOADING (Address: 0x006B) -> example: 20 mA -> 0x14
DPC_HYSTERESIS_UNLOADING (Address: 0x006E) -> example: 10 mA - 0x0A
DPC lookup table entries (Addresses: 0x007D - 0x0125) -> example: for current limitation only -> all 0x00
If a user does not want to use a maximum range of VDDPA during DPC (5.7V), e.g., their system uses a 3.3V supply domain. Then, the maximum VDDPA in DPC can be limited by the following EEPROM settings:
TXLDO_VDDPA_MAX_RDR (Address: 0x0007)-> example: 3.3 V -> 0x12
Once this is done, the user has to check the "TxLDO" current and adjust the target current accordingly. In this case, to approximately 160 mA. If you don´t change it, the DPC starts to limit the power around 229 mA, as has been set in a previous step.