Search found 2 matches
- Wed Oct 16, 2019 4:35 am
- Forum: MicroPython pyboard
- Topic: how to differentiate brown out reset (BOR) and power-on-reset(POR)
- Replies: 2
- Views: 2832
Re: how to differentiate brown out reset (BOR) and power-on-reset(POR)
Thank you so much, Jimmo. I will try this. Fortunately, my client agreed to eliminate brown-out reset cause reporting requirement because of non-portability when using this kind of hardware specific solution. However, out of my curiosity I will try your suggestion later. Once again thank you. Kind R...
- Mon Oct 14, 2019 5:46 am
- Forum: MicroPython pyboard
- Topic: how to differentiate brown out reset (BOR) and power-on-reset(POR)
- Replies: 2
- Views: 2832
how to differentiate brown out reset (BOR) and power-on-reset(POR)
Hi members, I need to report a reset reason and am required to differentiate brown-out reset and power-on-reset. machine.reset_cause() seems to return only 0: SOFT_RESET 1: PWRON_RESET 2: HARD_RESET 3: WDT_RESET 4: DEEPSLEEP_RESET Is there any way to tell brown-out? :roll: Any comments will be very ...