Hi,
I was missing a stack-trace thing for when my program crashes.
I came up with something that works reasonably well for my use-case (not really a stack-trace but it'll do for now).
Every interesting point in the source-code, I add a PUSH_BC();
Then when the Teensy4.1 reboots, I get:
Code...