Controlling 8 PWM signals simultaneously with DMA
So I'm trying to control 8 different PWM signals simultaneously using DMA (Nucleo-F429ZI connected with 8 lines of SK6812 LEDs).So save memory space I implemented the strategy described in this blog to save memory. Basically using half-transfer and f...