Forum : ARM
Original Post
Post Information | Post |
---|---|
May 26, 2015 - 4:54pm
|
I'm using ARM microcontroller STM32f103 and Ride7, Is there an easy way to open a file on SD card? Or do I have to access File System Layer, such as MBR, Boot,... |
Hello,
To access a SD card from a STM32 you indeed need some "layers", including File System.
I suggest you take a look at the code of the CircleOS used in our Primers. They do include these layers, and the code is open source. And you should be able to find a lot of things quite easily on the internet.
Best Regards,
Vincent