Content originally posted in LPCWare by CodeRedSupport on Wed Jul 07 07:36:44 MST 2010
There were some minor issues with regards to early versions of timer16 based examples. If you want to make use of one or more timers, I would suggest making sure that you have the latest LPCXpresso IDE installed (v3.4) and then looking at the following examples:
[LIST]
[*]LPCXpresso1343_blinky - for timer16
[*]LPCXpresso1343_timer32 - for timer32
[*]LPCXPresso1343_systick - for system timer
[/LIST]
from:
<IDE_Install_Dir>\Examples\LPC1000\LPC13xx\LPCXpresso1343.zip
The system timer is probably the easiest to set up and make use of.
Regards,
CodeRedSupport