We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, could someone give me an example (or give me a link to one) about how to save data (expecially arrays) in the SD Memory card.
Many thanks. B.R.
Do you already have the necessary software to interface to the SD Card? If not, that can easily be found with a little googling:
www.lmgtfy.com
What is it particularly about arrays that you are stuck with?
Sorry, you are right: i sent the message without specifying what am i working with. I'm developing a software using the Keil board MCBSTM32E which has already the SDcard slot on it. I need to acquire data from the serial port and to save them in the memory (i say array because i don't know exactly the size of them, so i need a program that could manage data of different size). Many thanks for the help.
Where are you stuck?
What have you tried?
I'm not stucked and i did not try anything right now. I want to start writing my program looking at some examples just to avoid to stuck.
"I want to start writing my program"
Before you start writing any program, you need to design your software.
And you need to think about how you will do things like writing data to the SD Cards.
This is an essential part of the programming exercise - you need to learn to do this stuff!
"looking at some examples"
As already noted, there are plenty of examples readily available - easily found with a little googling.
You will, of course, need (at least) basic programming skills to understand the examples...