Search results

  1. D

    SD Card File Corruption - Teensy 3.5

    Hi I have a project - DotClk - this presents an animated clock on HUB75 style LED panels. I've been fighting an issue of the SD Card corrupting for about 3 years now. I've finally put together some example code that recreates the issue. Setup is as follows: Teensy 3.5 120MHz standard clock...
  2. D

    Watchdog reset fails on quick repeats - Teensy 3.5

    Hi Teensy 3.5 I'm using the watchdog timer on a project and find issues with the reset failing when the loop function runs quickly, code example as follows: void setup() { Serial.begin(115200); while(!Serial); noInterrupts(); WDOG_UNLOCK = WDOG_UNLOCK_SEQ1; WDOG_UNLOCK =...
  3. D

    uSD corrupted on Teensy 3.6

    Hi I have developed an LED matrix clock and have a few out with people - some people are complaining that the clock stops working after a while, and this seems to be that the files on SD Card are becoming corrupted - it's still possible to read them but the contents has changed. The files are...
Back
Top