ST25R3911 - ST25DV FTM Problem
Hi.
This is my system.
STM32F103 - ST25DV <-> ST25R3911 <-> STM32F091 <-> CAN <-> PC
In my system, st25r3911 and st25dv communicate through FTM function. And the system communicates with a period of 100 msec.
Generally, communication is good, but data is intermittently broken.
I Implemented it based on RFAL. Even if the return rfalST25xVPollerFastReadMessage is ERR_NONE, the data is broken.
So, when the data corruption occurs, I read the FTM of tag using S25R3911 EV board and I check the data that is not corruption.
So I always add the CRC code in my message.
Is this normal case?
