7 years, 1 month 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?

Be the first to answer this question.