ESP32C3: Is it possible to write from memory to GPIO with GDMA?
Posted: Thu Mar 02, 2023 5:30 pm
Hello, I have 7x4 LED matrix connected directly to the GPIOs of an esp32c3. I was trying to offload the CPU and run them with the DMA. The idea was to read a uin32_t from the memory and write it to the GPIO_OUT_REG using DMA.
I thought it might be possible because GPIO_OUT_REG is within the peripheral address space, and as I understand, GDMA has access to it. However, I am not sure how to initialize and use GDMA for this purpose and I can't find any example.
Any help is welcome, thank you!
I thought it might be possible because GPIO_OUT_REG is within the peripheral address space, and as I understand, GDMA has access to it. However, I am not sure how to initialize and use GDMA for this purpose and I can't find any example.
Any help is welcome, thank you!