• Question about "EMPTY" section in scatter file
    Hi, I am trying to define a 64 byte memory block in RAM to hold some variables that need to be initialised. I would like to have the rest (unused) bytes of the 64 byte block to be "filled" with...
  • 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...
  • Need Help to setup Memory allocations for Flash, RAM & ROM in Scatter File
    Hello, I need Help for setting up memory Locations for my STM32F103ZGT6. I have written for Interfacing 480X272 Pixel TFT, via Soloman SSD1963 LCD Driver(Controller). I am facing a weird observation...
  • How to reserve RAM with scatter file
    Hello, to make a long story short: we are working on several designs with the LPC11C24 and use the CAN on_chip driver. Therefore the memory from 0x1000 0050 to 0x1000 00B8 has to be reserved, as...
  • Scatter files and initialization of RAM data
    Dear all, I am using the scatter file below in my uVision project (microcontroller: STM32F105). The purpose of this scatter file is to reserve the section ER_ROM1 for the application and sections...