I have two identical Teensy 4.1 boards and one of them stopped recognizing the SD card (probably after touching these pins on the back). The second board still works fine with the same card and the same sketch (CardInfo.ino). Is this a hardware failure? Is it possible to fry the board by touching +5V and the place under the card slot with your hand? What can I measure to test this?

I performed a hardware reset by holding PROGRAM for 12 seconds but the card is still not recognized - "Initialization failed" or SD_CARD_ERROR_DMA 0x25
each time I use
which works fine on the second board

I performed a hardware reset by holding PROGRAM for 12 seconds but the card is still not recognized - "Initialization failed" or SD_CARD_ERROR_DMA 0x25
each time I use
Code:
chipSelect = BUILTIN_SDCARD
Last edited: