• 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....
  • 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...
  • Copy function in RAM
    Hi! I hope that you still fine. I use the LPC2138,and i know that all functions which i write stay in ROM. Now i triying to copy one of these functions to the RAM,but i don't find the solution...
  • Flash erase/write by copying function in RAM
    Hello, For one of application, I need to put default factory data in flash of the product. The product uses MB9AF112MA( Fujitsu MPU)and Keil IDE. I copied the function to IRAM1( confirmed same...
  • 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...