Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: PaulStoffregen

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    12,433

    Look at the serial code in...

    Look at the serial code in hardware/teensy/cores/teensy3/serial1.c, or the simpler non-fifo version in serial2.c & serial3.c. You'll find the interrupt code in those files.

    For receiving DMX, you...
  2. Replies
    5
    Views
    12,433

    I'm pretty sure all that stuff makes absolutely...

    I'm pretty sure all that stuff makes absolutely no difference. On ARM, that interrupt stuff is managed by hardware.

    It may be hard to believe if you're used to AVR, but truly, all you do on...
Results 1 to 2 of 2