• 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...
  • Customize 'regions/sections' view of a scatterload file
    Hi, I recently discovered DS-5 community edition and found it very useful for displaying the scatterload file in graphical format via the Regions/Sections tab. My only gripe is there is no way to customize...
  • Incorrect ADC Value
    Hi all, I have written a ADC program for LPC1768 microcontroller and for that I have used LM35 temperature sensor. After using conversion formula the output is different from the actual temperature...
  • Incorrect linker region symbol
    I try to use linker-generated region symbols to programmatically obtain the size of flash memory consumed by my app. When I compile it, compiler gives me this: Program Size: Code=11688 RO-data=576...