• STM32 SDRAM Scatter File
    Hello, i have the following problem: I would like to access the external SDRAM on the STM32F429 Discovery. I could access the external SDRAM, that is not the main problem. The problem is, that...
  • 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...
  • 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...
  • Extern the variables from scatter file
    Hi experts, How to extern a variable from scatter file in between the sections. For illustration, region 0x0 0x1000 {     sec1 +0     {         *(+ZI)         <addr1>         *(+RO)         <addr2;> ...
  • scatter file
    hi friends, i have to write a scatter file for lpc3250. how to start? what is scatter file? why for it is? is there any reference for scatter file? thanks in advance...