LPC1343CodeBase icon indicating copy to clipboard operation
LPC1343CodeBase copied to clipboard

Generic GCC-based library for the ARM Cortex-M3 LPC1343

Results 5 LPC1343CodeBase issues
Sort by recently updated
recently updated
newest added

Unfortunately, the platform I am working with uses this pin as a GPIO :( Depends on my earlier cleanup.

Looking into possibly using this as a base for a free software firmware replacement on a M3-based device, but found it a bit ugly to add a new device. This...

Hi Kevin, I added support for my LPC1343 USBug breakout board (https://github.com/Squonk42/USBug). As it is very similar to the original MicroBuilder reference design, only the "projectconfig.h" file is modified (the...

O hai, it's a bunch of features and fixes I've had to add while working on this codebase in last several months

In IOCON_SCKLOC register writed value 0x00000003, by definition #define IOCON_SCKLOC_SCKPIN_PIO0_6. This value is reserved and must not be used. Value 0x00000002 must be presented to locate SCK to PIO0_6 pin....