• Executing and Simulating in idata RAM
    How can I execute time-critical code in internal idata RAM of the C161? I located my interrupt routine to 0xfc60, but both simulator and target monitor show that it's as slow as executed from the external...
  • 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...
  • Executing Code from RAM
    Hi, I am using some evaluation board from NXP. It uses LPC2138 micro. After loading the software it says to debug I cannot keep more than 2 break points as code is executing from Flash. I would like...
  • Execute Code in RAM for Development
    Hello, I am developing code on a Texas Instruments TM4C123GH6PM (Cortex-M4) microcontroller. During development I would like to run code directly from the onboard SRAM instead of ROM to avoid wear...
  • LPC2148 Code execution in RAM
    Respected Colleagues, I have made an application for LPC2148 in Keil RVC which I have to move to the RAM and execute from there (to be able to reprogram internal FLASH with IAP). Application is now...