Skip to main content
Visitor II
March 3, 2025
Solved

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

  • March 3, 2025
  • 3 replies
  • 604 views

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

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

    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

    3 replies

    Technical Moderator
    March 3, 2025

    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

    Akash_MAuthor
    Visitor II
    March 4, 2025

    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_MAuthor
    Visitor II
    March 4, 2025

    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