10 years, 3 months ago.

Problem with LocalFileSystem example

I loaded the LocalFileSystem example code as-is and compiled it, and it failed to compile. The error message was: CMSIS Target not recognized. I thought the example code would run as-is without problems, so there must be something I missed. What is happening here and what is the solution. Thank you,

2 Answers

10 years, 3 months ago.

The mbed library is old in the example probably, updating it will remove the issue. However then gives another issue: LocalFileSystem is only available currently on the LPC1768 and LPC11u24: They use a seperate flash IC to implement it, the KL25Z you have does not have LocalFileSystem.

Keith 55
poster
10 years, 3 months ago.

Thank you. I updated the library, so the problem must be that I'm compiling for the KL25Z. I wonder how I would write data to a file on the KL25Z?