Frank-My uP is a T4.1 and the Memory wipe procedure shown on the teensy 4.1 page solved the problem.
Memory Wipe & LED Blink Restore
Teensy 4.1 will fully erase its non-volatile memory and return...
Type: Posts; User: Neal
Frank-My uP is a T4.1 and the Memory wipe procedure shown on the teensy 4.1 page solved the problem.
Memory Wipe & LED Blink Restore
Teensy 4.1 will fully erase its non-volatile memory and return...
I wanted to play with this a bit so I temporarily added this line of code into the main loop():
if(digitalReadFast(29) == LOW) SCB_AIRCR = 0x05FA0004;
Now, even with removing that line of code...