• Scatter files
    hi..when i tried to configure my project for multiple targets...the scatter file generated did not changed...can anybody tell me to create scatter files for different targets..means RAM,FLASH and external...
  • scatter file
    what is scatter file? what is its advantage? Kindly tell, i do not anything about these. Thanks Sukhdeep Singh
  • scatter file
    Hello, I use STM32F401RE Nucleo board and Keil MDK5 IDE. In my application I need to store user data in flash memory. The sectors implementation in STM32f401 is as following: Sector 0 0x0800 0000...
  • Scatter file
    Hello, Can I put a variable in .text section? How I should modify the scatter file to do this? I have the following scatter file ; *********************************************************...
  • scatter file
    Hi, I want the linker to put all code in entire code region except one section that must be located at specific location. for example, RO: 0x40000000 - 0x40008000 Init area: 0x40008000- 0x40008100...