I am looking for help with DMA channel memory to a peripheral for a timer.
I am not sure how to handle DMA channel from memory to peripheral. I have a circular buffer of 2*24 words that I want to load to PWM. I want to update(generate) new values once half and top of the buffer is reached. I was using similar thing for ADC ...