Search found 1 match
- Thu Feb 12, 2026 7:31 pm
- Forum: ESP-IDF
- Topic: Enabling PSRAM crashes over printf
- Replies: 1
- Views: 119
Enabling PSRAM crashes over printf
Good day everyone, I'm using the ESP32 WROVER E to build a project for my embedded software university course. I initially built my project using the integrated flash memory but It's kind of essential for my project to use PSRAM since the size of the internal flash is insufficient. After enabling ...