I want to locate a function (eg. unsigned char xyz) at the specific flash-address 0xC0F000. How do I tell the linker/compiler to do so? Thanks in advance
You're going to have to make the function far and use the segments linker directive. Jon