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.

looking for some advise about the pwm capabilities of SoC cc1010

Other Parts Discussed in Thread: CC1010

configuring the pwm on timer2,as the examples sugest version 1.1  2002/08/29 for 14.745 600 clock

what is truth and what is not(also references from the page 60 of cc1010.pdf)

-setting TnPRE(period)to 0 ,that give 255/14745600=17uS

-the lowest fase period for a pwm is 17uS?(so the pwm has only 58khz as maximun frecuency (58823)? 1seg/17uS=58khz no more than that

-I would never reach 1,2mhz/sec frecuency with the pwm in the cc1010?

-as long as the period get more the frecuency get down?

-when they said"setting period to 0 give a maximun posible period..."thats mean a maximun period of 4mS or 17uS ?   255*255/14745600=4mS TnPwm  yes??

-if I wish to set a dutycycle to 95% do I need a dutycycle(Tn)=242?

(a 128/255 gives a 50% so 242/255 gives a 95%)is posible for the pwm reac a 16uS pulse high??<17uS

-pwm has no interrupt capabilities?so is not posible to calculate when to stop?

-if I want to close the pwm after xtime for example 300uS,do I need to configure another timer for it?

adjust(m) macro is not posible with pwm?

-the changeable settings available are "dutycycle Tn" and "period TnPRE" for regulate the wave,but there is not other argument or way to regulate the enlapsed time pwm may work?