ESP32 Forum
ESP32 Official Forum
http://esp32.io/
SPI DMA interface sample code
http://esp32.io/viewtopic.php?f=2&t=10075
Page
1
of
1
SPI DMA interface sample code
Posted:
Wed Apr 10, 2019 1:16 pm
by
madhu.b
Hi,
I need spi dma interface sample code for my project reference.
Re: SPI DMA interface sample code
Posted:
Thu Apr 11, 2019 5:24 am
by
ESP_Sprite
Have you looked in the examples folder of esp-idf? E.g.
https://github.com/espressif/esp-idf/tr ... spi_master
uses DMA for the pixels.