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, 10 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, 10 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.
10 years, 10 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?