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.
Tool/software: Code Composer Studio
Hi. I am have troubling in SD CARD.
With 28375d as spi interface
32gb sd card is supported. Examples in controlsuite
I used it, At this time
f_open (& g_sFileObject, "Origin8.txt", FA_CREATE_ALWAYS | FA_WRITE); The txt file is created inside the sd card, Do this at this point and just below f_write (& g_sFileObject, & write_buffer [0], sizeof (write_buffer), & byteswritten); I am going to write this text file by executing this function, I did not keep writing at all. In f_write function, fs ID and fp ID are not valid in validate () function. I think the error is happening, is not this part of the user not specified? I do not know where the problem is. I've been holding it for three days.
Thank you.