We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
suppose i have declared a function in program, now i want to locate this function at absolute address using scatter file. kindly give me its example code.
Thanks
Are you spending any time reading up on scatter files yourself? It seems like you think web forums are the same as a free work force.
Anything in a named segment can be moved to a specific location by the scatter file.
Being a developer means that you must be able to take fact A and fact B and merge that information and get to conclusion C. You can't live your whole life expecting to ask form questions whenever you can't find a 100% exactly matching answer somewhere.
Your posts never shows that you have spent any time at all looking at a problem.
the funny (sad?) think is that yesterday, he already go the answer...! clue: one option is to use the 'at' operator!
ok, one more time:
volatile int32u g_uart3_tx_start __attribute__( (at(START_UART3_TX_START_DATA) ) ) ;
ouch, I don't think you can do that with a function. You would have to use the scatter file. in other words: read about it!
But simple to have the function it its own segment.
Thanks to all of you.