• 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....
  • copying code to ram and executing it
    Hello, I am using Keil uVision 5.15 compiler. copying a routine to ram(FLASH_eraseOneBlock) and try to runit, the code crashes (hardware Fault). I have looked at Keil's ram function example and...
  • LPC1768 copy function code for flash to RAM
    I use the LPC1768 board and I want to copy a function from flash to RAM in runtime. I use the following code void f() { int x=0; printf("%d\n",x); } void g() { int x=5; printf("Hello: g"); printf...
  • Cody copy to RAM on startup?
    I am trying to get a custom bootloader to run from RAM only and so we modified our scatter file to be as follows: LR_IROM1 0x00000000 0x00007FC8 { ; load region size_region ER_IROM1 0x00000000 0x00007FC8...
  • RAM function copy
    Hi, i use EnergyMicro EFM32 and ram function. I create ram_code record in scatter file (inside IRAM1 section). But as described in ref.manual for ram code access i can use 0x10000000 address and for...