I want to define particular function to be stored at a particular flash sector. Or a particular c file to be stored at a particular flash sector. Example, (2K page) 2nd half of flash (start of 65 page==128K)....
// main.c
void foo(void)
{
.......
}
Thanks..