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.
11 years, 10 months ago.
How can me help?
Hello,
I have a ALFAT Lib form "www.ghieletronics.com" to store many data fast to a SD Card.
But the Lib is for a STM32 Controller. Is here anyone how can help me to transfer this LIB to mbed.? Thanks for you help... Bernd
Now, the MSCLIB work with the USB Stick perfect...
2 Answers
11 years, 10 months ago.
There are lots of SD lib's in MBED,
you should be able to just use one of them,
Just searcc for SDFileSystem :)
Ceri
11 years, 10 months ago.
Hello, I have tested the SDFileSystem. The System is to slow. The problem is, then the SDFileSystem write data(SPI1) to the SD Card, the Interrupt(SPI0) that reads the data, is stop in this moment. I collect 10 Byte with 4000Hz from two Texas Ad-converter ADS1281. These bytes must stored on the SDCard. Do you have a idea? Thanks for you answer...Bernd