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.
10 years, 9 months ago.
LPC812 LocalFileSystem compilation error
Hello, is there possibility to use LocalFileSystem on LPC812? I tried to compile example program from here http://mbed.org/handbook/LocalFileSystem but it just gives me "Identifier LocalFileSystem is undefined" error, that couldn't be automatically fixed. Does LPC812 support LocalFileSystem? Or am I just doing something wrong?
1 Answer
10 years, 9 months ago.
Hi Adrian,
The LPC812 doesn't include an external SPI Flash device that is used to store the semihosted LocalFileSystem (the mbed LPC1768 does have this and therefore support it), so it is not available on this board.
You can certainly wire up a SPI Flash or SD card, and use a normal FileSystem on that.
Simon