Search found 1 match

by MisterPec
Sun Jan 15, 2023 10:40 am
Forum: ESP-IDF
Topic: ESP32-C3 SPI DMA to drive HC595 / port mulitplexer with PWM
Replies: 0
Views: 603

ESP32-C3 SPI DMA to drive HC595 / port mulitplexer with PWM

Hello guys, I want to drive some HC595 for several 7segment displays. I used the spi_master code, and it just works fine. Right now I send 2 bytes, set a global bool in the spi_post_transfer_callback routine and trigger another transfer in a main loop. I know, not really elegant. My idea is now to u...