Posted on May 31, 2015 at 17:32
Hello!
I am developing an interface for touch panel control light (RGB leds). I configured the timer 3, DMA, and the correct port. The logical zero and one coded pulse width. Request update DMA is not working. ...
Posted on June 01, 2015 at 12:07
>Are you able to see the PWM signal on the pin? Which pin specifically? Your code lacks defines.
>Are you able to modulate the PWM with the DMA buffer?
>Is it stuck in the DMA TC while() loop?
He...