Search found 2 matches
- Tue Apr 15, 2025 8:32 am
- Forum: ESP-IDF
- Topic: Crash after SPI slave initialization (PSRAM enabled)
- Replies: 2
- Views: 173
Re: Crash after SPI slave initialization (PSRAM enabled)
Thanks! That was the problem.
- Mon Apr 14, 2025 5:17 pm
- Forum: ESP-IDF
- Topic: Crash after SPI slave initialization (PSRAM enabled)
- Replies: 2
- Views: 173
Crash after SPI slave initialization (PSRAM enabled)
Hello!
I am new to programming with the esp_idf framework and have a problem that has been bugging me for a while now.
Context:
The board is ESP32-CAM. The esp is used as an SPI peripheral that captures an image on command and then transfers it to the SPI master. Everything seemed to go well in the ...
I am new to programming with the esp_idf framework and have a problem that has been bugging me for a while now.
Context:
The board is ESP32-CAM. The esp is used as an SPI peripheral that captures an image on command and then transfers it to the SPI master. Everything seemed to go well in the ...