2019-04-10 04:24 AM
Hi, i have donwload the STM32CubeExpansion_NFC5_V1.3.0 but in the RFAL implementation there aren't the function rfalNfvPollerSelect and rfalNfvPollerReadSingleBlock (rfal_nfcv.c), i tried to use the old version ( rfalNfvSelect and rfalNfvReadSingleBlock) but dosn't work.
I read this old post:
but there isn't any link to the new version of the library.
Can anyone give me the updated library link or can share thediff/patch ?
Where can I find STEVAL-SMARTAG1 reading examples with the X-NUCLEO-NFC05A1?
Thanks
Francesco
Solved! Go to Solution.
2019-04-29 11:45 PM
Hi Francesco,
The STEVAL-SMARTAG1 demo is composed by a ST25DV64K which supports the Fast Read Multiple Blocks.
Therefore, yes you can exchange this command with a X-NUCLEO-NFC05A1 (ST25R3911B) on the STEVAL-SMARTAG1.
Best regards
GP
2019-04-25 04:15 AM
Hi Francesco,
As you have well highlighted on the referred ticket, there was a typo and the APIs have been renamed.
On more recent versions of the RFAL the APIs have been renamed as below:
The latest version of the ST25R3911B RFAL available is currently on the DISCO demo, here.
Best regards
GP
2019-04-29 06:57 AM
Oh thanks,
i donwnload the last version and i found the function iso15693FastReadMultipleBlocks(); does it work using it with STEVAL-SMARTAG1 and X-NUCLEO-NFC05A1?
2019-04-29 11:45 PM
Hi Francesco,
The STEVAL-SMARTAG1 demo is composed by a ST25DV64K which supports the Fast Read Multiple Blocks.
Therefore, yes you can exchange this command with a X-NUCLEO-NFC05A1 (ST25R3911B) on the STEVAL-SMARTAG1.
Best regards
GP