10 years, 2 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, 2 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

Accepted Answer

Thakns for explanation Simon

posted by Adrian Ciołek 04 Feb 2014