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.
11 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
11 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).