LPC2138

From Electriki
Revision as of 13:26, 25 January 2009 by Domen (talk | contribs)
Jump to navigationJump to search

OK, LPC2138 is an ARM7TDMI, 512kB flash, 32kB ram from NXP/Philips.

I'm doing it from zero, since I plan to write some super cool OS for it.

Memory mapping

memory mapping
0x0 flash
0x4000 0000 sram
0x7fff d000 boot block
0xe000 0000 vpb peripherals
0xffe0 0000 ahb peripherals

arm exception vector locations

Read all about that on: Bootup, vectors and linker script