Hi champions,
I am hoping to load my Sys/BIOS project from 0x0 address to 0x800 to match my bootloader requirement.
I set the APP_START_ADDRESS as 0x800 in my bootloader.
But when i modifed the .cmd file on my SYS/BIOS project as following .intvecs: > 0x00000800.
There are compiling errors as below.
"#10264 DEFAULT memory range overlaps existing memory range FLASH"
"#10264 DEFAULT memory range overlaps existing memory range SRAM"
Woluld you please give me some tips to overcome this problme?
B.R
Winston