• STM32: Scatter File, Bit and No Initialization Variables
    Using a STM32F103ZE processor Using the following Include and Scatter files, bit and no initialization variables can be allocated and the space used is automatically adjusted. There is a problem...
  • STM32: Scatter File, Bit and No Initialization Variables
    Using a STM32F103ZE processor Using the following Include and Scatter files, bit and no initialization variables can be allocated and the space used is automatically adjusted. There is a problem...
  • 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...
  • 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...
  • External Ram Scatter 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 ...