Other Parts Discussed in Thread: C2000WARE
Hi,
We are using 28379D control card to develop some power electronics applications. Since there is a built-in SD card slot, we plan to use it to save some parameters.
I am not familiar with the SD card working mechanism. I tried to use the functions "disk_initialize()", "disk_read()", and "disk_write()" inside mmc_F2837x.c to write an array onto the SD card and read it back, but it seems not working.
Does SD CARD require that all the data must be saved in a file structure? We only need to save some paramters onto the SD card, and later we can fetch them. The provided SD CARD example seems more advanced than our application.
Thanks,
Kaiyu