Search found 2 matches
- Sat Jan 01, 2022 5:24 am
- Forum: ESP-IDF
- Topic: [ESP32-S2] Out of control rebotting issue
- Replies: 7
- Views: 9264
Re: [ESP32-S2] Out of control rebotting issue
Faced a similar issue .. out of control reboot loop ! Rebooting... ESP-ROM:esp32s2-rc4-20191025 Build:Oct 25 2019 rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x400267e0 0x400267e0: esp_restart_noos at C:/esp-idf/esp-idfv43/esp-idf-v4.3/components/esp32s2/system_api_esp32s2.c:109...
- Thu May 27, 2021 11:31 am
- Forum: ESP-IDF
- Topic: ESP Dynamic Memory Issue in MBEDTLS with External PSRAM
- Replies: 4
- Views: 6177
Re: ESP Dynamic Memory Issue in MBEDTLS with External PSRAM
IDF 4.2.1 :cry: Was getting this error randomly in ESP32-S2 wrover-4Mb/2Mb :esp-tls-mbedtls: mbedtls_ssl_setup returned -0x7f00 If i disable SPI RAM then no error. After some digging, changed mbed_TLS Memory Allocation strategy in sdkconfig from "internal memory" to "default alloc mode" . Running wi...