• Link 2 scatter file at run time
    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...
  • Link 2 scatter file at run time
    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...
  • Link a pure binary file to image with scatter file
    Hi, I am using ARM DS-5 version 5.29.1 to develop a baremetal project for Cortex-A72,and write linker scripts with arm scatter file I want to link a pure binary file with my program,but I don't know...
  • Link a pure binary file to image with scatter file
    Hi, I am using ARM DS-5 version 5.29.1 to develop a baremetal project for Cortex-A72,and write linker scripts with arm scatter file I want to link a pure binary file with my program,but I don't know...
  • Link a plain binary file into flash using a scatter loading file
    Hi all I would like to link a plain binary file (parameter.bin) to a specific location in the flash using a scatter file. If i had a compiled object file (parameter.o) file, it would be easy...