Dear Champs,
I am asking this for our customer.
If the user wants to output PWM with duty 0%, 2%, 4%, 6%, ....,100%, 0%, 2%... every 10 us without CPU intervention, is it feasible to use DMA to move a table 0%, 2%, 4%, ... ,100%, 0%, 2%, 4%... to a TIMER register every 10 us (used as duty) to generate such PWM?