• Execute in RAM program loaded on Flash
    Hello, I work with an EASY UTAH board with C161U microprocessor and a Flash ST M29F040B 90K1 on target. I'd like to have my program loaded on Flash but executed on RAM. First I work with the blinky...
  • Execute in RAM program loaded on Flash
    Hello, I work with an EASY UTAH board with C161U microprocessor and a Flash ST M29F040B 90K1 on target. I'd like to have my program loaded on Flash but executed on RAM. First I work with the blinky...
  • 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...
  • 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...
  • [Cortex-M3] Execution code from RAM during Flash Programming
    I am writing a bootloader for Cortex M3 Toshiba controller. During Flash Programming I need to execute code from RAM as entire Flash is inaccessible during write/erase operations I wish to know how to...