LPC11C24/301 - updating Timer0 32 b value

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC11C24/301 - updating Timer0 32 b value

234 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by teslabox on Thu Nov 10 05:45:49 MST 2011
Hello everyone!

How to update the Timer0 32 b value (MR0 register) during the program is running? I have to write this program but I didn't find in User Manual anything about the additional register for updating current value (like Latch Enable Register in Timer in the LPC1768).

Kuba
0 Kudos
2 Replies

221 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by teslabox on Mon Nov 14 03:58:21 MST 2011
Thanks a lot - it was easier than I thought.
0 Kudos

221 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Thu Nov 10 06:05:04 MST 2011
:confused: Something like:
LPC_TMR32B0->MR0 = value;
is enough
0 Kudos