10 years, 11 months ago.

LPC1768 PWM Timers

I would like to ask which Timers are assigned for the PWM. Thank you

3 Answers

10 years, 11 months ago.

http://mbed.org/handbook/mbed-NXP-LPC1768-Getting-Started You can see that PWM is at mbed pins21...26.

http://mbed.org/users/Lerche/notebook/lpc1768-pin-functions/ Here they are called PWM1.1...PWM1.6, so I think it may be related to timer1.
Find out more at page 509 of this document http://www.nxp.com/documents/user_manual/UM10360.pdf

Timer2 is free (not used in mbed librairies).
Timer3 is for sec/ms/us timing in mbed.

10 years, 11 months ago.

PWM has its own timer (it can also be used as general purpose timer, but in principle it is just for PWM).

7 years, 5 months ago.

mofmof