2024-11-22 07:54 AM
Hello there,
I would like to know where the NDEF middleware for X-NUCLEO NFC10 can be found.
The X-CUBE NFC10 appears only to possess the RFAL middleware.
Solved! Go to Solution.
2024-11-22 08:16 AM
Hi,
sorry the link to the ST25 embedded NFC library was missing in my answer.
Rgds
BT
2024-11-22 08:02 AM
You can also find NDEF middleware under certain project configurations in STM32CubeMX or STM32CubeIDE. If you are developing with STM32 MCUs and use the NFC middleware configuration, NDEF should be available as part of the middleware stack for NFC.
2024-11-22 08:02 AM
Hi,
X-CUBE NFC10 and X-CUBE NFC9 demonstrate only the RFAL. The NDEF demos is included in the ST25 embedded NFC library for the ST25R200 (STSW-ST25R200).
If your project is already generated with X-CUBE NFC10, just add the NDEF middleware from STSW-ST25R200 in your build and replace the demo_polling.c by ndef_demo.c and ndef_dump.c.
Rgds
BT
2024-11-22 08:13 AM
Where can I find this STSW-ST25R200? The only software linked to the ST252R200 page are the STSW-ST25PC001 STSW-ST25R004 STSW-ST25R019 STSW-ST25RFAL004 X-NUCLEO-NFC10A1 and the steval one STEVAL-25R200SA. None of these include NDEF middleware.
2024-11-22 08:16 AM
Hi,
sorry the link to the ST25 embedded NFC library was missing in my answer.
Rgds
BT
2024-11-22 08:18 AM
Thanks for the reply,
Alas, the only NFC middlewares available to me in the CubeIDE are the X-CUBE ones, hence my post.
Should there be other NFC middleware available?
2024-11-22 08:22 AM
Thank you very much for your help!