i have to place one function at specific address using scatter file please give me any idea.
Means i have 2 scatter file so i want to call from 1st scatter file to 2nd scatter file 'function'.
in the 1st scatter memory reason my function call is there and 2nd scatter memory reason my function definition
so i have to link them at run time.
Are you building two images using two different scatter files, and want to call a function from one image from the other image?
One way to achieve this is to generate a symdefs file for the image that you want to call into:developer.arm.com/.../Access-symbols-in-another-image
can we do this at run time using 2 different binary files.
means i have to split my code.
1st file have function call.(App_file )
2nd file have SDK functions (Function definition).ex.(Drivers_file)
that two .bin file i compile differently and place them in different memory reason in flash.
Hi swapnil maskar did Ed answer your question?