• Placing the sections in a special address. (Scatter file & Assembly code)
    Hi, I want use my codes and tables in rom special address. For example; Vectors and handler routines begin from ox0800.000 to 0x0800.0FFF This area also may include some tables and ltorg...
  • Placing the sections in a special address. (Scatter file & Assembly code)
    Hi, I want use my codes and tables in rom special address. For example; Vectors and handler routines begin from ox0800.000 to 0x0800.0FFF This area also may include some tables and ltorg...
  • How to place a 'function' using scatter file.
    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...
  • How to place a 'function' using scatter file.
    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...
  • In a scatter file explicitly place variable initializer values in a flash region
    Hi, Is there a way to explicitly place variable initializer values in a defined flash region using scatter files? For example, using the scatter file below, LOAD_ROM 0x0000 0x8000 ; Name...