Tool/software:
I want to modify the code so that holding the NRESET button for an extended period triggers a factory reset.
Is there a way to implement this without modifying the hardware schematic?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
I want to modify the code so that holding the NRESET button for an extended period triggers a factory reset.
Is there a way to implement this without modifying the hardware schematic?
Hi
It is not possible to distinguish between a extended holding of NRESET from a pulse. Assertion of NRESET proceeds to load the application from Flash and execute the application. Factory reset is not possible with NRESET alone.
Regards