2025-12-28 6:24 PM
I am using a custom PCB based on ST25R3911B + STM32F072C8T6, and I am encountering an issue where FeliCa cards cannot be read.
Initially, I used the X-CUBE-NFC5 software package downloaded from ST’s official website, along with the integrated RFAL library (the RFAL version should be V2.0.10). With this version, I was able to correctly implement most of the required functionality, including polling cards using ISO14443 / FeliCa / ISO15693 protocols. However, after running for several hours, the reader would occasionally enter a strange freeze/hang state. Because of this, I decided to upgrade the RFAL library.
I then downloaded the STSW-ST25RLIB001 package from ST and ported the RFAL library from it (RFAL version should be V4.0.0). After the upgrade, the problem changed: as soon as a FeliCa card is detected, the system freezes immediately.
To isolate the issue, I discarded all my own application logic and ran only demoCycle. In the demo, ISO14443 and ISO15693 cards work correctly, but FeliCa cards still have problems. At this stage, the behavior is as follows:
Sometimes the FeliCa card has no response at all.
Sometimes the FeliCa card can be read successfully, but if the card is not removed, after several polling cycles the reader freezes again.
These two behaviors seem to occur randomly. Occasionally, modifying some completely unrelated code causes the issue to randomly switch between these two states.
I also tried porting RFAL V3.x and RFAL V2.8, but with no improvement.
At this point, I am completely stuck. If needed, I am willing to share my full source code and PCB design publicly to help diagnose the issue.
Thank you very much for your help.