Skip to main content
SRauh.1
Associate II
September 14, 2022
Solved

Bring up X-Nucleo NFC06A1 with Arduino

  • September 14, 2022
  • 2 replies
  • 1200 views

Hi,

I try to bring up the NFC06A1 on an Arduino Uno with the Arduino IDE.

If I compile the ST example (X_NUCLEO_NFC06A1_HelloWorld), I get an fatal error:

C:#######\Documents\Arduino\libraries\STM32duino_ST25R3916\src/rfal_rfst25r3916.h:51:10: fatal error: functional: No such file or directory
 #include <functional>
 ^~~~~~~~~~~~
compilation terminated.
exit status 1

Is there any solution to get the example running?

Best regards,

Sebastian

This topic has been closed for replies.
Best answer by parata.carlo

Hello Sebastian,

the Arduino library for X-NUCLEO-NFC06A1 was tested only with Nucleo boards in the Arduino environment. Anyway, the Arduino UNO does not have enough memory to run this library. I suggest to test it with a Nucleo board like for example the Nucleo-F401RE.

Best Regards,

Carlo

2 replies

Ulysses HERNIOSUS
Technical Moderator
September 14, 2022

Hi Sebastian,

this question goes more into stm32duino. Not sure if anybody is around here to be able to answer your question. Maybe better chance to get an answer inside https://www.stm32duino.com/.

Best Regards, Ulysses

parata.carlo
parata.carloBest answer
ST Employee
September 14, 2022

Hello Sebastian,

the Arduino library for X-NUCLEO-NFC06A1 was tested only with Nucleo boards in the Arduino environment. Anyway, the Arduino UNO does not have enough memory to run this library. I suggest to test it with a Nucleo board like for example the Nucleo-F401RE.

Best Regards,

Carlo