I was unable to find a contact but bought a Teensy 3.2 which works nicely. I guess the code was orginally written for the 3.2 and the port to LC has a bug within the DMA initialisation. I am not going to do a search for...
Ok, I understand that my old fashioned controller knowledge needs an update...and of course I can use digitalWriteFast in own programs I'll write. Thanks for the hint.
In fact, my test resulted from a not working...
Hi,
I am new to Teensy, doing first tests and can't understand a behavior of the board.
I took the 'Blink Example" and modified to see simultanious action on all port D0..D7 pins (2,14,7,8,6,20,21,5).
// Simple LED...