Page 1 of 1

Reset

Posted: Tue Apr 02, 2019 10:20 am
by giksonca
Hi,
Please share the example codes of all type of resets,
1. Watch dog timer reset.
2. Poweron Reset.
3. Software reset.

Re: Reset

Posted: Tue Apr 02, 2019 2:23 pm
by fly135
giksonca wrote:
Tue Apr 02, 2019 10:20 am
Hi,
Please share the example codes of all type of resets,
1. Watch dog timer reset.
2. Poweron Reset.
3. Software reset.
1) Enable WD reset in menuconfig. Put in app_main.... while(1){}.
2) Unplug and plug back in power.
3) esp_restart();

Re: Reset

Posted: Tue Apr 23, 2019 6:06 am
by giksonca
Thanks for your reply.
Can i get some information about the testing of Brownout reset type.

Re: Reset

Posted: Tue Apr 23, 2019 9:30 am
by Ritesh
giksonca wrote:
Tue Apr 23, 2019 6:06 am
Thanks for your reply.
Can i get some information about the testing of Brownout reset type.
May be if you use lower power supply then you will get Brownout Reset cause I believe.

Re: Reset

Posted: Tue Apr 23, 2019 11:02 am
by giksonca
Yes Rithesh you are correct.
Can i get some sample code to configure Burnout reset and test the same.

Thanks for the reply. :)

Re: Reset

Posted: Tue Apr 23, 2019 4:57 pm
by Ritesh
giksonca wrote:
Tue Apr 23, 2019 11:02 am
Yes Rithesh you are correct.
Can i get some sample code to configure Burnout reset and test the same.

Thanks for the reply. :)
Hi,

Brownout Reset or Burnout Reset?

I didn't get your point like configuration for brownout reset. means?

Please clarify your requirements into details