Other Parts Discussed in Thread: TM4C1233H6PM
Hi~~thanks~
Now i need a waveform with 20ms period and 0.5ms~2ms duty cycle.
But the Sysclock of lm4f120 is 80MHZ(I need the highest speed to process the PID).so timer0~timer5(16/32 bit timer) 's max period is :12.5ns*0xffff(65535)=0.819ms,that can't reach 20ms..
I also see the prescale function of timer, but how to use it to achieve clock division??confusing.....