2023-07-17 07:27 PM - edited 2023-07-17 07:29 PM
I am using the STM32L476RG board and STSW-ST25R-LIB with ST25R3911B chip.
Our project aims to read data from ST25DV64.
How to make changes to it?
Solved! Go to Solution.
2023-07-21 04:39 AM
Hi,
Make sure to post in English language. If I am not wrong your question is "Is there any example or explanation for rfalNfcvPollerReadSingleBlock?"
Yes: see demoNfcv() inside demo_polling.c file. The rfalNfcvPollerReadSingleBlock API is documented in rfal_nfcv.h.
Rgds
BT
2023-07-18 01:14 AM - edited 2023-07-18 01:15 AM
Hi,
"Our project aims to read data from ST25DV64." Do you mean to read message from the mailbox of the ST25DV64 or to read memory blocks from the EEPROM memory?
To read memory blocks, the polling demo from STSW-ST25R-LIB can be used (see rfalNfcvPollerReadSingleBlock in demoNfcv sample code).
To read message from the ST25DV64K mailbox, see the FTM demo from the STSW-ST25R-LIB.
Rgds
BT
2023-07-21 02:25 AM
有没有rfalNfcvPollerReadSingleBlock的例子或解释?
2023-07-21 04:39 AM
Hi,
Make sure to post in English language. If I am not wrong your question is "Is there any example or explanation for rfalNfcvPollerReadSingleBlock?"
Yes: see demoNfcv() inside demo_polling.c file. The rfalNfcvPollerReadSingleBlock API is documented in rfal_nfcv.h.
Rgds
BT