NFC-06A1 Card recognition speed improvement inquiry (with Card Emulation)
I am checking NFC operation using NFC-06A1 and Nucleo-L476RG board and STM32CubeExpansion_NFC6_V1.1.0 software.
Implementation contents of demo_polling.c, It was confirmed that general card (NFC-A) and tag (using CE mode) were read at the same time.
There is no problem with the recognition speed of CE mode, but the recognition speed of general cards is slow.
In the demo operation, the polling cycle of the normal card (NFC-A) is 1 second, and it was confirmed that it is related to the discParam.totalDuration setting.
If the discParam.totalDuration value is set to 500, the card recognition cycle becomes faster, but the CE mode operation hardly works.
In CE mode, even if the authentication speed is slower than the current one, please inquire about how to speed up the card recognition speed.
