Hi there!
So far I know that pin output states are by default kept after shutdown. At least this is the behaviour I get from example projects.
Is there a way to have the pin output latch be forced to LOW at shutdown without explicitly setting the pin to LOW?
My target is to get an exact measure of the time to shutdown from outside using a scope. I was planning to use an output pin, set it HIGH at a certain point in my application and have the pin be reset to LOW by the the shutdown.
Is that possible?
Otherwise, any other ideas of how I can measure the time to shutdown?
Thanks!
JR