• Incorrect scatterloading!!!
    Hi,I'm using AT91SAM9260-EK to develop prototype of a Thermal Printer. I'm using the MDK3.50 & ARM-RL3.50 and AT91SAM9260-EK code example as framework of my project. The problem is with the scatter...
  • Incorrect scatterloading!!!
    Hi,I'm using AT91SAM9260-EK to develop prototype of a Thermal Printer. I'm using the MDK3.50 & ARM-RL3.50 and AT91SAM9260-EK code example as framework of my project. The problem is with the scatter...
  • Scatterload trouble on stm32f205ret6
    Hello, I have some troubles with "scatterload" function. My project contains a global array of bytes. It defined as: static uint8_t wifi_set_password[40] = {0x08, 0x09, 0x03, 0x05}; This array...
  • Scatterload trouble on stm32f205ret6
    Hello, I have some troubles with "scatterload" function. My project contains a global array of bytes. It defined as: static uint8_t wifi_set_password[40] = {0x08, 0x09, 0x03, 0x05}; This array...
  • Looking for info on 'scatterload'
    I'm continuing my familiarisation with the ARM processor and Keil MDK/RL toolset. One term that has been intriguing me for a while is the scatterload. I notice it is called from the startup code...