Simple Hello World-like blinky programs for the LPC43xx platform. This repositories contains three blinky programs, in increasing order of complexity / abstraction level:
- bare-metal: A blinky program in one file, with no dependencies at all.
- basic: A proper but very basic c program, where the low-level stuff is in separate functions.
- cpm: Using CPM as c package manager: reuseable dependencies are in separate repositories.
Extras:
- dual_core: Uses both the cortex-M4 and the cortex-M0 cores, blinking two LEDS independently.
- cpm_bootloader: Same as cpm, but used in combination with a custom bootloader.
See the blinky website and the per-project README files for more information.