How to program fast transfer mode with X-NUCLEO boards
Hello,
I want to send data from a X-NUCLEO-NFC07A1 (ST25DV board) to a X-NUCLEO-NFC06A1 (ST253916 board) through Fast Transmission Board, as suggested here:
Fast transfer mode vs NDEF&EEPROM
I've found that there are two different set of functions to use FTM. One is using ST25FTM library, as explained in AN5512, with examples in the STSW-ST25R-LIB
i.e. to send data there exists this function:
The other one comes with the X-CUBE-NFC7, with functions named as "NFC07A1_" that are wrappers to functions named "ST25DVxxKC_"
i.e. to send data there exists this function:
Which ones are I am supposed to used? Maybe some of them are legacy and other are newer?
Thank you,
Dani
