Search found 3 matches

by qu1j0t3
Sun Mar 17, 2024 4:38 am
Forum: ESP-IDF
Topic: Can't stop watchdog reset (devkit C v4, ESP32-WROOM-32D)
Replies: 2
Views: 446

[Solved] Re: Can't stop watchdog reset (devkit C v4, ESP32-WROOM-32D)

OK, I figured out there is a separate "task watchdog", and was able to disable that in menuconfig: Component config -> ESP System Settings -> Enable Task Watchdog Timer (ESP_TASK_WDT_EN) (The reason any of these watchdogs would fire is because I am in tight loops testing various functionality and it...
by qu1j0t3
Sun Mar 17, 2024 2:10 am
Forum: ESP-IDF
Topic: Can't stop watchdog reset (devkit C v4, ESP32-WROOM-32D)
Replies: 2
Views: 446

Can't stop watchdog reset (devkit C v4, ESP32-WROOM-32D)

Hi, I'm using ESP-IDF 5.2.1 with a DevKit C v4, ESP32-WROOM-32D board. I am getting watchdog timer resets but I was expecting per documentation that the runtime would disable it before calling app_main() when the BOOTLOADER_WDT_DISABLE_IN_USER_CODE option is NOT set. Also, calling rtc_wdt_disable() ...
by qu1j0t3
Sun Feb 18, 2024 2:19 am
Forum: ESP-IDF
Topic: Logging stops working after i2c_new_master_bus()
Replies: 2
Views: 7850

Re: Logging stops working after i2c_new_master_bus()

I'm having a similar problem with a DevKitC v4. My program stops logging in the middle of a message, but the code still runs.

I don't have a solution yet.