Dear Sir,
I am new to Cortex M3, I may have the below questions on LPC1343 development:
How to tell the Keil compiler that we want to put the BootLoader.c in address 0x0000 to 0x1FFF and Main.c, Key.c & LED.c in address 0x2000 to 0x7FFF?
How to specify this in the proogram in C code?
Many Thanks
Ryo.
Use two projects or two targets in the same project.
Open the project options and specify the relevant memory ranges for the code.
View all questions in Keil forum