This is an basic example for UNO32. It initilaize the MCU and get into the main(), then toggle a pin with infinity loop.
Source files
lpc2xxx_startup.s |
MCU startup code, the first MCU instruction is start here. |
mcu.c |
Routine for MCU: interrupt handler, clock initialization |
main.c |
C main(), your code will start here |