From 2e11b94d116fe464cdcc3776b268e7e80aea88f8 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Sun, 14 Aug 2022 16:20:21 +0000 Subject: [PATCH] Created Slow SPI (markdown) --- Slow-SPI.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Slow-SPI.md diff --git a/Slow-SPI.md b/Slow-SPI.md new file mode 100644 index 0000000..aa49166 --- /dev/null +++ b/Slow-SPI.md @@ -0,0 +1,9 @@ +BlueSCSI will try to communicate with your SD card at full and half speed SPI before giving up. + +If your card is communicating at half speed it could impact performance. Try the following to resolve: + +Do a full overwrite format with SD Formatter Util + +Clean the SD Card contacts with IPA and let fully dry, a bad connection can sometimes cause this. + +Try a different SD card, some SD cards may not be able to communicate at full SPI. \ No newline at end of file