• 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 from RAM
    Hi, I need to make a project which will execute a code form the RAM memory of a ARM chip, because I intend to upgrade the code of the flash memory automatically. I didn't find anything about this...
  • 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 from RAM
    Hi, I need to make a project which will execute a code form the RAM memory of a ARM chip, because I intend to upgrade the code of the flash memory automatically. I didn't find anything about this...
  • 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...