we are new to concerto, i found one application program for reading from SD card , i want to write data to SD card , is there any application program for that?
hope you people can help me in this case
Thanks in advance
Rajesh
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
we are new to concerto, i found one application program for reading from SD card , i want to write data to SD card , is there any application program for that?
hope you people can help me in this case
Thanks in advance
Rajesh
Hi Raj,
The Control Suite contains a 3rd party FAT software (FatFs) which features f_open, f_read, and f_write, and etc....
Documentation for FatFs can be found here.