• 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...
  • Problems with placing a variable in a named section with scatter-loading
    Hello I'm having problems placing a variable in a named section with scatter-loading. I'm following Placing functions and data at specific addresses and I can actually see the new section in the map...
  • Problems with placing a variable in a named section with scatter-loading
    Hello I'm having problems placing a variable in a named section with scatter-loading. I'm following Placing functions and data at specific addresses and I can actually see the new section in the map...
  • to fetch start and end address of section (scatter file)
    Hi all, I want to place a library in to a specific section in flash using a scatter file. then i want to do CRC check of the library file at runtime. Can any body help me in this. I need to know...