On the Audio card bottom silkscreen what is the printed letter for "Rev"?
Only the "Rev D" board works properly when directly pinned to the T_4.0.
Images and pin details are noted on this page: pjrc.com/store/teensy3_audio.html
Not noted in post #1 :: what version of TeensyDuino is installed? Not sure when any relevant changes may apply - but the current version is TD 1.51 with a beta 1 for TD 1.52 is posted on the forum.
This section at the start of setup() works here with a T_4.0 and REV D audio board.
>> CS is set to 10
>> The lines that modify SPI pins are left commented for this combination
Code:
const int chipSelect = 10;
void setup()
{
//UNCOMMENT THESE TWO LINES FOR TEENSY AUDIO BOARD:
//SPI.setMOSI(7); // Audio shield has MOSI on pin 7
//SPI.setSCK(14); // Audio shield has SCK on pin 14
Output for my card shows FAT32::
Code:
Initializing SD card...Wiring is correct and a card is present.
Card type: SDHC
Volume type is FAT32
Volume size (Kbytes): 15537664
Volume size (Mbytes): 15173
Files found on the card (name, date and size in bytes):
SYSTEM~1/ 2020-02-23 11:28:20
WPSETT~1.DAT 2020-02-23 11:28:20 12
INDEXE~1 2020-02-23 11:28:20 76
20200318.CSV 2000-01-01 01:00:00 80892
DL200318.CSV 2000-01-01 01:00:00 210866
SDTEST4.WAV 2019-06-30 16:54:10 17173152
SDTEST1.WAV 2019-06-30 16:53:20 16787550
SDTEST2.WAV 2019-06-30 16:53:52 16425698
SDTEST3.WAV 2019-06-30 16:54:00 13617358
I have another card formatted ExFAT and it still can see the card - just not the filesystem type:
Initializing SD card...Wiring is correct and a card is present.
Card type: SDHC
Could not find FAT16/FAT32 partition.
Make sure you've formatted the card