Hi,
can someone pls help me with this...
Im just starting up a project were i want to have my own bootloader
in the two first flashmemory sections and the application in the
other.
The bootloader should be able to reprogram the applicatoin area.
And the question...
If my bootloader doesn´t have any interrupts, do i still need to
remap the interrupt-vectors to RAM before i call my application?
Do anyone have any small example on how this is done?
Im working with LPC2129 and uses gcc as compiler.