Page 1 of 1

MakeItC For Old ARMmite

Posted: Tue Jun 09, 2020 7:46 pm
by steve2103
Any chance you still have an old copy of MakeItC laying around that supports the ARMmite board - LPC2103?

Using the latest MakeItC, I get compile errors on some of the include files while trying to compile the examples with LPC2103 as the target. No errors when target is LPC1114 for example.

Re: MakeItC For Old ARMmite

Posted: Thu Jun 11, 2020 4:23 am
by basicchip
Here are some edits so HelloWorld.c compiles, links and runs -- not thoroughly tested
LPC21xx.h
(27.7 KiB) Downloaded 1546 times
coridium_pcb.c
(9.33 KiB) Downloaded 1590 times
I will check them into the git repository and they will become part of a future release

Re: MakeItC For Old ARMmite

Posted: Sat Jun 13, 2020 2:24 pm
by steve2103
Looks good.

Thanks!