{ status = SD_STATUS_ERROR; } else { /* Reconfigure the SPI to operate @ 2.5 MHz */ SPI_close(object->spiHandle); SPI_Params_init(&spiParams); spiParams.bitRate = 10000000; object->spiHandle = SPI_open(hwAttrs->spiIndex, &spiParams); status = (object->spiHandle == NULL) ? SD...
Can you please tell me what is the default SPI bit rate of FATFS and how could I set a higher bit rate? What is the default writing data rate of my fwrite function? Thank you so much! 5 年多前 TER5 年多前 TI__Guru***317180points -...