Skip to main content
Mihaita Ivascu
Associate III
May 20, 2025
Solved

is there any sample for X-NUCLEO-NFC08A1 to be used with NUCLEO-U083RC board

  • May 20, 2025
  • 3 replies
  • 1398 views

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

 

This topic has been closed for replies.
Best answer by Brian TIDAL

Hi Mihai,

On my side, no compilation issue:

BrianTIDAL_1-1748290745133.png

Make sure to have the following configuration for the Bsp:

BrianTIDAL_0-1748290674184.png

I've attached the ioc file that I have used. Just compare with your ioc.

Rgds

BT

3 replies

Brian TIDAL
Technical Moderator
May 20, 2025

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

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.
Mihaita Ivascu
Associate III
May 20, 2025

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

 

MihaitaIvascu_0-1747754792572.png

 

Thanks,

     Mihai

Brian TIDAL
Technical Moderator
May 20, 2025

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

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.
Mihaita Ivascu
Associate III
May 20, 2025

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

 

Brian TIDAL
Technical Moderator
May 20, 2025

Hi,

make sure to properly configure the components:

BrianTIDAL_0-1747777808185.png

and then:

BrianTIDAL_1-1747778701631.png

This should generate the NDEF application.

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.
Mihaita Ivascu
Associate III
May 27, 2025

Hello BT,

 

    Thanks a lot for the *.ioc . It works without issues. So I must have been done something wrong when configuring the ioc on myself on CubeMX.

 

    I run the example and get on console:

MihaitaIvascu_0-1748359085926.png

Not sure if it's expected.

 

Thanks,

     Mihai

 

Brian TIDAL
Technical Moderator
May 27, 2025

Well done!

The tag being used seems to be not NDEF formatted (either not supporting NDEF or requiring some proprietary steps to enable NDEF support). I would suggest to use NDEF ready tags such as ST25TA (T4T), ST25TN (T2T) or ST25TV (T5T). See ST25-TAG-BAG-UT1 or ST25-TAG-BAG-UI1 for samples.

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.
Mihaita Ivascu
Associate III
May 28, 2025

Hello BT,

     

      The tags you mentioned are not ISO15693 compatible, I understood.

      I need to use ISO15693 compatible tags and that support NDEF if you aware of any part.

 

Thanks,

      Mihai