I am unable to specify the absolute address of a function assigned to a program memory section defined with a custom linker script.Currently I have
bootloader 0x9000 :
{
*(bootloader);
} >program and I need to place the boot load..