Linker Command File with MQX 3.6 and Bootloader

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linker Command File with MQX 3.6 and Bootloader

386 Views
foo86
Contributor I

Hello,

I use the MCF52259 with MQX 3.6 and I want to integrate a Bootloader. The Bootloader is a separate project and is located at the addresses from 0x00000000 to 0x00010000. The Bootloader works, but I can't adapt my application linker command file. If I place the vectors_rom at the addresses from 0x00010000 to 0x000103FF and the cfmprotrom from 0x00010400 to 0x0001041F, I can compile the project but when I want run the project, an error message occur. The error message is "Exception vector name: Address Error". Otherwise when I place the vectors_rom at the address from 0x00000000 to 0x000003FF and the cfmprotrom from 0x00000400 to 0x0000041F the application works.

 

In the attachment is the lcf-file from my application.

 

Thanks for the help

foo86

Labels (1)
0 Kudos
0 Replies