• 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...
  • MDK Lite V5.35 __main scatterload
    Hi all, When I use MDK lite V5.35 I found a problem in _main_scatterload. My code is very simple as below:define a arrary which is 9 bytes long。another arrary init to zero. after build the map file...