2019-08-26 03:57 PM
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?
Solved! Go to Solution.
2019-08-28 03:33 AM
Hi Neo,
Yes, we have a sample project to interface with the ST25R3911B based on FreeRTOS.
At the moment this package has not been officially published.
The setup we have used is:
Kind regards
GP
2019-08-28 03:33 AM
Hi Neo,
Yes, we have a sample project to interface with the ST25R3911B based on FreeRTOS.
At the moment this package has not been officially published.
The setup we have used is:
Kind regards
GP
2019-08-28 05:51 AM
Thanks Gregoire. I have a similar setup. Is it possible to get the sample code before it is published?
2019-08-29 04:13 AM
Hi Neo,
I have contacted you via PM.
Please look into your Inbox.
Best regards
GP
2019-08-29 05:14 AM
Thank you.
2019-09-30 10:18 AM
Gregoire,
Any news on this package?
Also, besides the setup that you've detailed above, should we expect any changes to the RFAL library or the ST25R3911B support files?
Thank you!
2021-07-14 07:55 AM
Dear all,
Do you know if this sample code is available?
I have an issue whit my application code and I think the solution is this set up.
When I have more than one freertos task, at some moment NFC remains in rfalTransceiveRunBlockingTx loop forever.
Thank you all.
2021-07-15 01:21 AM
Hi JMart.18,
STSW-ST25R016 contains a FreeRTOS example. This example is for ST25R3916 + STM32L4 but could also be transferred to your setup.
Please beware that ST25R3911B has some more real-time requirements compared to ST25R3916 (e.g. FIFO of 96 bytes which may not be enough to cope with all NFC frames unless you limit the application or guarantee filling/emptying the FIFO in-time.)
Best Regards, Ulysses
2021-07-15 06:13 AM
Dear Ulysses,
Thank you for the information.
Best Regards
2023-06-28 06:13 AM
Hi there,
Is this project finally released? I tried to make the project work as you described but I'm facing some issues... If you can publish the code would be really helpful!
Thanks