2020-08-26 05:50 AM
Hello,
How do I use the S25R95 on an IRQ/Callback basis?
What I have found so far is that there are three callbacks (UpperLayer, PreTxRx, PostTxRx) you can use for the ST25R95, but these are only available during the regular polling/running process.
I am looking for a way to have the ST25R95 initiate so that it runs in a silent mode always checking if there is an NFC device near. And when there is, it sends a signal via a pin like IRQ_OUT.
I currently have the situation where I'm required to continuously poll the device to see if there is an active device, but I want my main program not to have to do that. I want it to be checking for a, probably GPIO IRQ input and then respond to that using the functions to read information from the NFC Device.
Is this possible, and if so, what would be the solution to do so?
Kind regards,
Joey
Solved! Go to Solution.
2020-08-28 01:46 AM
Hi Brian,
I meant the FreeRTOS support for the microprocessors, I have already ported the RFAL library succesfully to the NUCLEO-G070RB.
Kind regards,
Joey
2020-08-28 02:24 AM
Hi
As far as I know:
Rgds
BT