• 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 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 load routine uses incorrect data
    Please help. My project compiled in uVision runs in to HartFault before reaching main function. I investigated what could be reason for it, I located and found: - It occures when I add some variables...
  • Scatter load routine uses incorrect data
    Please help. My project compiled in uVision runs in to HartFault before reaching main function. I investigated what could be reason for it, I located and found: - It occures when I add some variables...
  • How do I move code from FLASH to RAM?
    I'm creating a program for an Atmel AT91SAM7S. Most of my code will run from FLASH during normal operation, but I have a few interrupt service routines and a time sensitive function that need to execute...