Other Parts Discussed in Thread: C2000WARE
Tool/software:
I don't know how to write data to SD card using TMDSCNCD28379D. Which sample program in C2000Ware should I refer to?
And I would like to write the motor speed calculation data to the SD card. Since the resolution of the speed calculation is 100 µs, I need to get data every 100 µs before writing it to the SD card. To accomplish this, I will use a buffer: data will be stored in the buffer until the buffer is full, at which point the contents of the buffer will be written to the SD card. Will this approach allow me to write data to the SD card efficiently?