Thanks for your help.
The '0.83%' is calculated by follow and I don't know if it's right.
targat frequence/clock frequence * 100%, because the clock is 30MHz, per PWM period needs 120 clock period, the duty cycle's percent what I can change is 1/120(0.83%). I used oscilloscope to observe that, 50% in program with 50.0% on oscilloscope, 51% in program with 50.8% on oscilloscope, 52% in program with 51.6% and so on. What I need is 0.01% or 0.1%, and now is just 0.8%.
AN11538 mention that some family(LPC15xx) has SCTPLL so could generate 72MHz, but I can't find this PLL in LPC84x.
Does LPC84x has SCTPLL or same PLL to make Sctimer clocks break through 30MHz?
Appreciate for your patience