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