Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 9 months ago.
NUCLEO-F746GZ File System
Hi,
Is there a way to access the file system in NUCLEO family? I would hope to save some temporary files by using standard C file input/output functions, such as FILE *fin = fopen(...), fprintf(), etc. I've found this so far:
https://developer.mbed.org/handbook/LocalFileSystem
I imported the sample code, and update the mbed.h library, but the compiler complains that it cannot find LocalFileSystem identifier. Is there a way to access local file system over NUCLEO-F746GZ?