My endpoint is connected to hardware that I want to return to standby mode when I stop the debugger or the application crashes. Is there a way to implement that in the code base or the device Linux subsystem?
can you please more detail about your question?
When I stop debugging the application, I need certain things to change on the hardware. Specifically, I need the Enable pin for my stepper motors to de-assert so that the motors turn off instantly.
It is like a clean shutdown, regardless of how the application ends. I realize that an external application on the EndPoint device may be required to detect and perform such a function; I’m up for that, but I don’t know what to program or configure.
Ah, I need a watchdog timer!