Reduce the wake up time of ST25R95 RFID card reader from 300ms to 100ms
Hello, am using RFID card reader ST25R95 using its stack. I want to reduce the fixed wake up time from 300ms to 100ms.
#define RFAL_ST25R95_IDLE_DEFAULT_WUPERIOD 0x24U /*!< Fixed WU Period to reach ~300ms timeout with Max Sleep = 0 */
Is there any method how i can reduce it, this delay is affecting my product as the user has to hold the card until it is detected.
I have also set the
RFAL WUM Period period; /*!< Wake-Up Timer period ; how often measurement(s) is performed */ ==>100ms
in struct RFAL Wake Up Config.
But it is of no use..
Is there any method how I can resolve it.
