• 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...
  • 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...
  • Execute code from ram - When will the code be copied into the ram?
    I configured a module in my code so that the functions will be executed from ram. I'm wondering now, when the code will be copied from flash into the ram? At startup? Unpredictable? Thanks for your...
  • Execute code from ram - When will the code be copied into the ram?
    I configured a module in my code so that the functions will be executed from ram. I'm wondering now, when the code will be copied from flash into the ram? At startup? Unpredictable? Thanks for your...
  • 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...