Introduction
Then I started embedded development I was using only Atmel AVR family devices like ATTiny2313, ATmega8, ATmega128, ATmega2560 and so on. But as economics grows and also ideas I cannot fit inside small 8-bit processor (AVR for 16bit multiply uses 15 ASM operations then ARM 32bit uses only one instruction). So I got now LPCXpresso with Cortex-M0 (LPC11c24) and Cortex-M3 (LPC1769). Personally I hate IDE like Code Red supplies for arm development I prefer more universal tools.
Toolchain
To develop something for ARM processors you need to compile it so here comes ARM Toolchain based on gcc, binutils, newlib. I am user of Mac OS X and Complete one click installation tools don’t exists so I have to build this toolchain for myself. I know it’s hard but I will do step by step showing how to do it.
Whole step-by-step instruction in more section.








