• Setup Startup and main to run only in RAM
    Hi: I am new at programming the ARM device (LPC2194) and the Keil tools. I am writing small programs to learn with but am having no success at getting them to run because I don't have a license from...
  • Setup Startup and main to run only in RAM
    Hi: I am new at programming the ARM device (LPC2194) and the Keil tools. I am writing small programs to learn with but am having no success at getting them to run because I don't have a license from...
  • Run the code from an external flash memory or RAM.
    Hi, Is it possible to run the code from an external flash memory or RAM? We are running out of space in our K60. We don’t want to change the whole processor. So I was wondering if there is a possibility...
  • Run the code from an external flash memory or RAM.
    Hi, Is it possible to run the code from an external flash memory or RAM? We are running out of space in our K60. We don’t want to change the whole processor. So I was wondering if there is a possibility...
  • Putting a bunch of code in external flash and run from RAM.
    Hi All, I have bunch of code that we want to put the compiled file in the external flash, in the runtime i want to copy the code to RAM and run it from RAM. Consider that the code is using some variable...