Content originally posted in LPCWare by CodeRedSupport on Tue Oct 26 07:19:00 MST 2010
I've not tried this on the hardware, but I suspect that your interrupts are being cleared, but as you single step you are then immediately encountering another interrupt. The key point is is the following from 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.
from section 20.6, Debug Notes, UM10398, Rev. 1 — 21 July 2010.
Regards,
CodeRedSupport