2012-05-29 02:52 AM
hi,
I am using stm3210c-eval and Ride7. in my project i need to write and read from a micro sd card (file.txt). can you help me? thanks .2012-05-29 06:45 AM
Doesn't the firmware library (F10x V3.5.0) contain code for the STM3210C-EVAL which supports SD cards? Have you looked at that?
2012-05-29 06:54 AM
i didn't understand you. is there a link or a datasheet.?
2012-05-29 07:49 AM
No, there is the firmware library for the STM32F10x series, which presumably you'd want to be using and looking at. It contains example code for the eval boards.
Here is a direct link to save you the effort of searching for the support software for the board you ownhttp://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/FIRMWARE/stm32f10x_stdperiph_lib.zip
You're going to need to dig around on ST's site to get all the software and application notes for the STM3210C-EVAL board, other eval boards and the STM32F10X chips2012-05-29 08:11 AM
thanks, i tried with this library but i couldn't have a result in the µsd (no new file ,no data ). have you a code or an example of project witch use the µsd to save data? (In my project I want to use it to save files .txt /create/ modify/ ...)