I am writing a bootloader for str912. Booting from secondary bank, dowwnloading code and writing to primary flash is OK. But when I remap (from within my bootloader) and want to jump to the code I wrote in primary flash, it fails !(small programs are OK). To avoid remapping I want to compile my program to run from adress 0x80000. Ho can I do this ? Of course I have to handle interrupts in my bootloader but that's a problem to solve later ...
Thanks in advance. Luc