10 years, 1 month ago.  This question has been closed. Reason: It was answered.

LocalFileSystem undefined

I have a simple question about filesystem on Nucleo-F410RE. I have put a simple LocalFileSystem local("local"); to write to file (just like in example), but I get LocalFileSystem undefined error at compilation time. Without this LocalFileSystem set, the fopen does not work.

I have included "mbed.h"

Any helps/suggestions will be welcome (FileSystem is also undefined).

2 Answers

10 years, 1 month ago.

LocalFileSystem is only available on the original LPC1768 and LPC11u24 mbeds.

Accepted Answer
Crt Mori
poster
10 years, 1 month ago.

Any chances to find out which libraries are available for Nucleo in first place, before wasting couple of nights sleep?

This is the list of enabled components: http://mbed.org/users/mbed_official/code/mbed-src/file/972de2315d5f/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE/device.h (iirc it is somewhere on a todo list to make this automatically visible somewhere in a handbook page). Although there are also some other issues still with Nucleo lib.

Btw there are libraries for for example SD cards.

posted by Erik - 01 Mar 2014