2025-05-20 6:41 AM
Hello,
I would like if anyone had to use X-NUCLEO-NFC08A1 expansion boards with NUCLEO-U083RC and could reuse successfully the examples for NFC08A1? I see there are a few, but for other MCUs
Thanks,
Mihai
2025-05-20 6:48 AM
Hi,
when using X-CUBE-NFC6, one can generate the polling demo and the NDEF demo for any NUCLEO-64 board. I would recommend to use this X-CUBE-NFC6 package and generate for NUCLEO-U083RC with STM32CubeMX.
Rgds
BT
2025-05-20 8:26 AM
Hello,
Thanks for the prompt answer.
I have downloaded X-CUBE-NFC6 package and checked the contents.
I did not figure out how to generate ndef for NUCLEO-U083RC
Thanks,
Mihai
2025-05-20 8:31 AM
Hi Mihai,
see STMicroelectronics.X-CUBE-NFC6_GettingStarted.pdf inside the STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-NFC6\3.1.0\Documentation folder. This provides step by step instructions.
Rgds
BT
2025-05-20 8:50 AM
Yes I was able to generate it already. This is really helpful feature. thanks.
But although I select application it does not generate code for application(ndef demo for example). but it does so for BSP, drivers and all level.
Thanks,
Mihai
2025-05-20 3:07 PM
Hi,
make sure to properly configure the components:
and then:
This should generate the NDEF application.
Rgds
BT