Search found 2 matches

by emp_tamarin
Sun May 19, 2024 12:34 pm
Forum: ESP-IDF
Topic: Hard to debug sporadic TG1WDT_SYS_RESET after esp_deep_sleep call.
Replies: 0
Views: 569

Hard to debug sporadic TG1WDT_SYS_RESET after esp_deep_sleep call.

Hardware: ESP32-WROVER-E module on a LilyGo T5 e-Paper dev board. Software: PlatformIO with ESP-IDF 5.2.1 (PlatformIO's espressif32 6.7.0) This project connects to WiFi, grabs some data and displays it then goes to sleep for 15 minutes by calling esp_deep_sleep(...). PSRAM is used to hold the frame ...
by emp_tamarin
Sat Jan 14, 2023 10:05 pm
Forum: ESP-IDF
Topic: ESP-TLS memory quirck
Replies: 8
Views: 7000

Re: ESP-TLS memory quirck

Experienced this esp-tls bug today! Establishing the connection shows no errors but once esp_tls_conn_write(...) is called it crashes. Adding #include "mbedtls/esp_config.h" at the top of the .c file, as suggested by previous replies, makes it work.

I'm using PlatformIO with ESP-IDF v4.4.3.