Search results

  1. B

    Using Crash Reports

    Good to know, thank you.
  2. B

    Using Crash Reports

    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?
  3. B

    Using Crash Reports

    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 runs fine, so I'm guessing there must be an issue...
  4. B

    Using Crash Reports

    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 isn't any serial comm available and the only way to...
  5. B

    Using Crash Reports

    Thanks for the suggestion, I tried using while (!Serial && (millis() < 3000)); and the same issue occurs.
  6. B

    Using Crash Reports

    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 becomes available (as if it's not connected)...
Back
Top