2022-09-13 11:46 PM
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
Solved! Go to Solution.
2022-09-14 04:56 AM
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
2022-09-14 01:45 AM
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
2022-09-14 04:56 AM
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