• Copy from Flash to RAM
    I am using STM32F427 microcontroller,I have couple of binaries(lets consider bootloader and Application) converted to hex and combined in intel format. I am flashing intel format hex image to flash....
  • Where are the variables copied from flash to ram?
    I am writing a bootloader for a STM32L controller. So far I have been using the Keil start up files, but now I need to tweak the load addresses and other stuff. I have written a custom scatter file,...
  • Copying RAM data into Flash during program execution
    Hi all, I m using Teridian 71M6543G microcontroller which has 5KB of RAM & 128KB Flash. But, now I m running out of RAM memory. So is there any way to copy data to flash during program execution...
  • LPC2132 : failed to copy arm to flash with IAP
    I wanted to write a image to flash with IAP. the function like this: typeof IAPCALL (void)iaplocal(int *,int *); IAPCALL iapcall=0x7ffffff1; int cmd[5],ret[3]; cmd[0]=51;//cmd id cmd[1...
  • Retaining global variable value after resetting device
    $NOMOD51 ;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software...