• Error in Scatter-loading.
    Hi, In my board I'm using different memories like SDRAM, External NOR Flash, internal RAM and internal Flash. Different data and functions are complied to different memory module using Project- Options...
  • Scatter load
    Hi, I am using STM32F070C in one USB application with command line interface. Settings of the device is stored in flash in last 1k bank (device is 32k): 0x0800 7c00 to 0x800 7fff. I have some issues...
  • Scatter ext. RAM loading
    Hello to everyone!! I need some advices about scatter loading; In my application I have a scatter file to load a binary in external SDRAM (0xA0000000) by a bootloader; i would place some piece of ...
  • Scatter load question (STM32L152)
    I'm trying to place a variable in EEPROM such that the address of the variable shows up at the EEPROM's address but the linker does not try to initialize the var. The idea is that when code reads the...
  • Scatter loading trouble
    I have found this in the user manual of the linker: L6788E: Scatter-loading of execution region <er1name> will cause the contents of execution region <er2name> to be corrupted at run-time. This...