I can easily access the on-board SD card of T4.1 using standard sdio.
Now I wanted to test it using the SPI interface (I guess SPI2)
However, the following code
return only zeros (fails)
Is there anything else I should do, or am I completely off?
Now I wanted to test it using the SPI interface (I guess SPI2)
However, the following code
Code:
Serial.println(SPI2.pinIsChipSelect(46));
Serial.println(SPI2.pinIsMISO(43));
Serial.println(SPI2.pinIsMOSI(45));
Serial.println(SPI2.pinIsSCK(44));
Is there anything else I should do, or am I completely off?
Last edited: