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.
Hello
swapnil maskar
This forum is for questions about using our platform's features and its functionality. Please take a look at our Forums directory and let me know where I can move this post to.
Finally, can you edit your post or reply with more detail on what help you are looking for please? This will make it easier for someone to help you.
Thanks
Oli from the Community team
Hi swapnil maskar
Thanks, I have moved your question to the Arm Compilers forum.
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?