Content originally posted in LPCWare by wella-tabor on Sun Dec 01 15:34:30 MST 2013
Hello,
what is your PWM freq for the LCD? Is it 4,8 or 16 KHz. Actually there is not any limit (> 1 Hz and <120 MHz). If the PWM->PM = 0, your PWM->MR0 will contain = INT(120*10^6 / {4000, 8000,16000} ) = {30000, 15000, 7500}. All what you get is the finer control over the duty cycles than using the prescaler.
Best
Martin