B
Reaction score
0

Latest activity Postings About

    • B
      bmackdbacks replied to the thread Using Crash Reports.
      Good to know, thank you.
    • B
      bmackdbacks replied to the thread 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?
    • B
      bmackdbacks replied to the thread 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...
    • B
      bmackdbacks replied to the thread 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...
    • B
      bmackdbacks replied to the thread Using Crash Reports.
      Thanks for the suggestion, I tried using while (!Serial && (millis() < 3000)); and the same issue occurs.
    • B
      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...
  • Loading…
  • Loading…
Back
Top