cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L476RG board

Schuyler
Senior

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?

1 ACCEPTED SOLUTION

Accepted Solutions

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
Brian TIDAL
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Schuyler
Senior

有没有rfalNfcvPollerReadSingleBlock的例子或解释?

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.