Interfacing ST25R3911B with STM32F072 using FreeRTOS
I am trying to interface ST25R3911B to an existing application that runs FreeRTOS. Is there any sample code available for ST25R3911B in a FreeRTOS setup?
I added RFAL to my project, created platform.h, with a mutex for platformProtectST25R391xComm. I am trying to read a ISP-15693 tag.
I am using rfalNfcvPollerCollisionResolution( RFAL_COMPLIANCE_MODE_NFC, 1, testNfcVdev, &testDevCnt) to get tag info.
I am pretty sure I am messing up calling the ISR from the IRQ callback. What is the best way to service the interrupt in a FreeRTOS environment?
