10 years, 3 months ago.

How to capture data to a file on the KL25Z

I am posing this as a new question. If I understand the response to my other question correctly, the KL25Z does not have a LocalFileSystem. Given that constraint, how would I get data from, say, the analog input, to a file using the KL25Z?

1 Answer

10 years, 3 months ago.

It depends on your exact requirements. One option would be writing to an SD card and putting that in your PC (I assume that is your end goal, getting it on your PC).

If you want to be able to directly see a file on your PC via USB, have a look at: http://mbed.org/users/Sissors/code/USBFileSystem/. However also that library needs something to write the data on, a serial flash IC is then possible, but also an SD card.

Accepted Answer

Thank you very much. This is helpful.

posted by Keith 55 11 Jan 2014