8 years, 10 months ago.

Fail to compile with exemple

I'm working with a NUCLEO F401RE and the example don't compile. I have this error : Error: Identifier "LocalFileSystem" is undefined in "main.cpp", Line: 3, Col: 2

Even if I had already include mbed.h

Thanks for your help

Question relating to:

1 Answer

8 years, 10 months ago.

LocalFileSystem is only available for the original lpc1768 and 11u24 mbed platforms that have a small memory chip on the board. All other platforms could use the SDFile system by adding a separate SD card.