cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4 [X-NUCLEO-NFC08A1] - Issue with Porting

Akash_M
Associate II

Hello,

I am using the Nucleo-STM32F411RE development board and X-NUCLEO-NFC08A1 NFC module, particularly NFC Tag read/write from Android Phone for my development use cases.

To achieve this, I downloaded the X-CUBE-NFC6 package as it was mentioned in the product brief. However, I could not find any example projects specifically for the STM32F4 series.

I also attempted to modify examples from other STM32 series, but I encountered faults and was unable to successfully run the code.

Could anyone provide a working example for the STM32F4 series, or share a step-by-step user guide? As I am new to STM32 MCU boards, this has been quite time-consuming, and any guidance would be greatly appreciated.

Thank you for your help!

Best regards,
Akash M

3 REPLIES 3
Brian TIDAL
ST Employee

Hi,

the Documentation folder of the X-CUBE-NFC6 package (STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-NFC6\3.1.0\Documentation) contains a Getting Started application note (STMicroelectronics.X-CUBE-NFC6_GettingStarted.pdf). This should guides you to create your 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.
Akash_M
Associate II

Hi @Brian TIDAL 

Thanks, I have configured and tried running the sample application using SPI approach but there is some execption or error fault and stuck here. Please help.

Below I have attached the configuration and code snippet where the error is caught.

Best Regards,
Akash

Akash_M_0-1741072897889.pngAkash_M_1-1741072959962.png

 

Akash_M
Associate II

Hi @Brian TIDAL 

By referring to other tickets. Got the issue it was related to edges and clock rate after changing it is working.

I will check other operations and get back.

Best Regards,
Akash

Akash_M_0-1741073677359.png