• program becomes unstable when exceeding 32kb
    Yesterday I learned that my program can be 64kb big instead of just 32kb Today I am having the problem that my program does not run when the program exceeds a certain size. The machine I am programming...
  • program becomes unstable when exceeding 32kb
    Yesterday I learned that my program can be 64kb big instead of just 32kb Today I am having the problem that my program does not run when the program exceeds a certain size. The machine I am programming...
  • Resolved issue but still questionning about startup file selection
    HI, I recently moved a STM32L1 project for a High Density target to a medium density target. Then I have to select a different startup code for my cloned project from startup_stm3211xx_hd.s to...
  • Resolved issue but still questionning about startup file selection
    HI, I recently moved a STM32L1 project for a High Density target to a medium density target. Then I have to select a different startup code for my cloned project from startup_stm3211xx_hd.s to...
  • Linker exceeding common bank
    Setup: Common Bank (0x0000 - 0x7FFF), Bank0(0x8000 - 0xFFFF) and Bank1(0x8000 - 0xFFFF) Using Lx51 linker I observed that linker puts data in area outside common bank. Mainly it has been observed...