cancel
Showing results for 
Search instead for 
Did you mean: 

Bring up X-Nucleo NFC06A1 with Arduino

SRauh.1
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
parata.carlo
Associate III

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

View solution in original post

2 REPLIES 2
Ulysses HERNIOSUS
ST Employee

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
Associate III

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