This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

running code in bank1 at 0x80000

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