This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to move the .intvects section from 0x0 to 0x800 under SYS/BIOS system?

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