8000 Watchdog with System Reset · Issue #341 · espressif/arduino-esp32 · GitHub
[go: up one dir, main page]

Skip to content
Watchdog with System Reset #341
Closed
Closed
@PRosenb

Description

@PRosenb

According to issue #147, the watchdog functionality of the ESP32 is available to Arduino sketches.

In order to make sure, the sketch is always functional, I want to use the watchdog to reset the chip if it gets stuck somehow. When I call esp_task_wdt_feed() once and then block the loop() thread, nothing happens though.

According to the Task watchdog documentation, the watchdog is supposed to issue a warning but not reset the CPU. For Arduino sketches, I may be better to reset the system instead. Is that possible without manipulating the related watchdog registers directly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0