Content originally posted in LPCWare by Andre Schoeman on Mon May 20 17:33:23 MST 2013
Hi
I'm using a LPC1768 and LPCXpresso,
I'm using the Systick timer as a system base time.
My application works when I debug using a Reb Probe + debugger and it still runs after the debugger has been removed.
If I download this same code via the internal ISP or via the RDB1768cmsis_usb_bootloader then the sys tick timer fails to run.
In both cases I can see the application start to run as I have UART3 sending (interrupt driven) debug information to a terminal.
Any suggestions?
Thanks
Andre