Search found 1 match

by mercury1802
Mon Jun 08, 2020 2:18 am
Forum: ESP32 Arduino
Topic: SPI DMA how to transfer data ?
Replies: 0
Views: 3900

SPI DMA how to transfer data ?

I am doing a project that simply send data using SPI communication with DMA. I programmed based on the ESP32 technical references and i know that the DMA sends data using descriptor linked list but I can't figure out how to make the ESP32 be able to send data. For example, sending a hex number and I...