dear all,
i used cc3200 in my new project and need to generate PWM signal. i plan to use DMA transfer data to create the PWM. do we have some guides or example code to realize this function?
thanks a lot. :)
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
dear all,
i used cc3200 in my new project and need to generate PWM signal. i plan to use DMA transfer data to create the PWM. do we have some guides or example code to realize this function?
thanks a lot. :)
Hi michael,
yes, just as your understanding, i want to get a specific pwm duty cycle using DMA and need to change the PWM output rapidly.
for example, i want to change PWM duty cycle at each pwm period just like 1%,2%,3%....,the wave should like this:only one pulse with duty cycle 1%,then only one pulse with duty cycle 2%,and then one pulse with duty 3%...,i want to use DMA to implement this
thanks