Content originally posted in LPCWare by CodeRedSupport on Wed Aug 11 12:42:18 MST 2010
From a quick scan of the LPC11xx user manual....
Quote:
During a debugging session, the System Tick Timer is automatically stopped whenever the CPU is stopped. Other peripherals are not affected.
[I]Section 20.6 "Debug Notes" of UM10398, LPC111x/LPC11C1x User manual, Rev. 00.16 — 23 June 2010[/I]
Thus it sounds like only systick can be stopped, all the other timers will continue to run.
Regards,
CodeRedSupport