Search found 2 matches

by brainbugfix
Fri May 10, 2024 8:51 am
Forum: ESP32 Arduino
Topic: Crash after enable PSRAM
Replies: 3
Views: 1317

Re: Crash after enable PSRAM

Apparently one of the displays SPI pins was wrongly configured. There is nothing which reads from the display that's why no problem before the PSRAM but when enabling it, this pin configuration messed up everything leading to that crash.
by brainbugfix
Tue May 07, 2024 7:42 pm
Forum: ESP32 Arduino
Topic: Crash after enable PSRAM
Replies: 3
Views: 1317

Crash after enable PSRAM

Hi, I have an application which worked on a CYD. Now I added a PSRAM which also works if I just read out information. I can allocate and free memory there, so everything fine. If I now compile the same application which worked before, ESP32 crashes at different points. When wifi is connecting, it cr...