I have a follow problem:
I use LPCExpresso (v5.2.4) and LPCXplorer4330.
If I debug the LPC4330-Xplorer_LedToggle-Example (without changes) with LPC-Link2 (Debugger set to RedProbe), it works fine.
If I debug the same axf.-file with LPC-Link (Debugger set to LPC-Link(HID)), it works not correct. I can debug, but the processor stays in systick_delay(),
because the SysTick_Handler(void) will not be run.
Have anyone idee, what is the cause?