From cb0f2a407e2cb73cf540e431cff1198ba2fad522 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Sat, 16 Jan 2021 12:58:04 -0600 Subject: [PATCH] Updated Home (markdown) --- Home.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Home.md b/Home.md index 605b711..3b42421 100644 --- a/Home.md +++ b/Home.md @@ -36,6 +36,22 @@ If no image files are found PC13 will pulse on and off. To enable termination place the two jumpers on the TERM block. Termination should be enabled if it is the last device in the chain - which is normally how it is used. +## Troubleshooting + +### Log Files + +If your device is not working - check the `LOG.txt` in the root of the SD card. + +### Verify you are not using a fake + +How to tell if your STM32 is fake: https://github.com/keirf/Greaseweazle/wiki/STM32-Fakes + +### Performance is slower than expected + +Try a different SD card. Cheap/old SD cards can affect performance. + + + ## Setup Arduino IDE You only need to setup the Arduino IDE if you are planning on developing and contributing to the project. Otherwise flash a provided `.bin` file.