Search found 3 matches

by warwick
Wed Aug 03, 2022 11:27 am
Forum: ESP-IDF
Topic: ESP32 How to turn off automatic log of system output
Replies: 9
Views: 28203

Re: ESP32 How to turn off automatic log of system output

That is not a log, that is a crash dump. 'Easiest' way to get rid of this is to make sure there are no errors in your code ;) but you can also change if this is printed out in menuconfig: iirc components -> esp-32-specific -> panic handler behaviour -> set to 'silent reboot'. Hello - just wondering...
by warwick
Wed Aug 03, 2022 11:12 am
Forum: ESP32 Arduino
Topic: Meditation Error - device freezing, not restarting, due to low baud rate on UART0
Replies: 5
Views: 4880

Re: Meditation Error - device freezing, not restarting, due to low baud rate on UART0

Hello, I am wondering if anyone from Espressif can help on this please? This seems to be a bug in the ESP32 hardware, if reset is not possible when the UART 0 has been set to a low baud rate. I think all types of reset - WDT, brown out, etc are not working as the device simply freezes part way throu...
by warwick
Tue Sep 21, 2021 2:57 pm
Forum: ESP32 Arduino
Topic: Meditation Error - device freezing, not restarting, due to low baud rate on UART0
Replies: 5
Views: 4880

Meditation Error - device freezing, not restarting, due to low baud rate on UART0

Hello, We are working on a project in Arduino version 1.0.4 /ESP IDF 3.2.2, where we ran into an unexpected problem of the ESP32 device freezing, rather than restarting, after Guru Meditation Errors, even though Panic Mode is set to CONFIG_ESP32_PANIC_PRINT_REBOOT=y as default via the Arduino sdkcon...