Nucleo F401RE Sleep Mode and X-NUCLEO-NFC04A1 tag
Hi everyone,
I'm trying to understand if it's possible to use the sleep mode of the F401RE and then restore its state as soon as a NFC reader polls for the tag.
From what I understood, the NFC04A1 tag has a built-in mechanism that triggers interrupts based on particular events. For example, in my application I enabled the RF_ACTIVITY interrupt, which helps me avoid writing into tag's memory while being polled by the reader. So, could I use this interrupt to also come back from sleep mode on the F401RE MCU?
If I enter sleep mode at every loop cycle, the MCU waits for the RF_ACTIVITY interrupt from the tag (which becomes an I2C interrupt for the MCU), so it's waken up only by the interrupt, completes its loop cycle, and then enters sleep mode again.
Is this possible?
Thank you!
