Just out of curiosity will loading a program that calls CrashReport print a previous programs "crashes", i.e. does the values written by the fault handler remain after new code loads?
I tried an empty project (Visual Micro teensy extension for Visual Studio) and only included printing the CrashReport and got the same results (serial port in limbo on the Teensy). So I created an empty sketch in Arduino and did the same and it...
The issue happens when either calling CrashReport or calling Serial.print(CrashReport). After running a test last night Teensy restarted but when I upload code that calls if(CrashReport){ Serial.print...the teensy goes into limbo and there is...
I have a Teensy (4.1) application that will periodically reset and I'm trying to figure out what might be causing the reset. However when I attempt to use code that includes CrashReport the Teensy's associated serial port on my computer never...