Board
ESP32 C5
Device Description
Devkit 1.0
Hardware Configuration
4 MB PSRAM
Version
latest stable Release (if not listed below)
Type
Bug
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
80 MHz
PSRAM enabled
yes
Upload speed
115200
Description
I've built custom version of Arduino Core libs for ESP32 C5 with config flag CONFIG_SPIRAM_XIP_FROM_PSRAM=y using Arduino Lib Builder.
Program starts normally, connects to WiFi but while starting AsyncWebServer there is error message from AsyncTCP about failed begin followed by immediate core dump.
Sketch
Debug Message
error message from AsyncTCP and crash dump
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide