9 years, 11 months ago.

This doesn't seem to work on the Nucleo board?

Compiler doesn't recognize "LocalFileSystem" even though it shows as a class under the mbed library

Question relating to:

1 Answer

9 years, 11 months ago.

LocalFileSystem is only implemented on the original LPC1768/LPC11u24 mbeds. Others dont have it, you can use for example an SD card to store data. (Or flash ICs for example, but SD cards are very cheap).

Accepted Answer