Search results

  1. V

    Teensy 3.6 & 3.5 - IntervalTimer sketch crashes after thousands of activations

    Using IntervalTimer to try and read ADC and write DAC on a regular interval (1kHz in this test). Step 1 is to simply gather time tags in an array. micros() failed earlier and I read where micros() in an interrupt service routine does not work because it sets off its own interrupts. But the...
Back
Top