Search found 1 match
- Fri Aug 01, 2025 9:17 am
- Forum: ESP-IDF
- Topic: ESP32S3: SPIDriver, DMA and Buffer in SPIRAM
- Replies: 5
- Views: 344
Re: ESP32S3: SPIDriver, DMA and Buffer in SPIRAM
I modify the code to add esp_ptr_dma_ext_capable in the condition so memcpy is skipped with psram tx_buffer. As long as the buffer is uint32_t aligned, i can see image pushed to the screen, but it seems that spi_device_get_trans_result is not properly working and there are glitches on the screen.