I have found a bug in the bootloader and now must modify the code. The entry point of the code
void BootloaderMain(void) must not change. I have tried a few linker control file directives OBJECT, ALIGN and updates to the location counter, without the result I am looking for.
I suppose I could force the function into its own memory segment, but I'd like to use the tools they way they are intended ( with the least brute force).
regards Tom M