2026-01-04 6:51 PM
I am testing power consumption. The hardware is using nucleo-L476 and X-NUCLEO-NFC08A1, and the software is using the NFC06A1_PollingTagDetect routine from X-CUBE-NFC6. The test revealed that the average power consumption was 180 uA when entering the wakeup. I was using a 3.3V power supply. The minimum current is 40 uA.
I'm not sure how to make the necessary modifications to achieve the description in AN5320.
2026-01-06 7:08 AM
Hi,
The typical value of the supply current in Ready mode (I_RD) in the datasheet is measured with the following configuration for VDD = 3.3 V:
See footnote 6 in table 125 of the datasheet.
The configuration used in the X-CUBE-NFC6 firmware is defined in analogConfigTbl_NFC08A1.c (CHIP_INIT section) and uses regulated voltages defined by the result of the Adjust Regulators command, AAT, and a pull-down on SPI. The value of the supply current in Ready mode I_RD is therefore different.
Note: when changing the CHIP_INIT section of the Analog Configuration during power consumption tests, make sure to set sup3V to the proper value in IO configuration register 2 (reg 0x01) if VDD and VDD_TX are supplied with 3.3V.
Rgds
BT