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
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.