This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC2378,Running a program from internal RAM

Hi all

I am using LPC2378 for my application , can any one help or guide me to execute a small program from internal RAM of LPC2378.

Regards
Suresh

  • Yes, Keil can. Some of the sample applications for the chip has the project file configured for running the application in RAM.

    If, on the other hand, you need your device to load and run an application in RAM out in the field, then you will have to write a boot loader that is somehow able to receive an application binary, places it in the RAM and then jump into RAM. There are a number of threads on this forum about writing a boot loader - some of them are directly related to LPC23xx chips.

  • Hi

    Thanks for the help , i will try to find out the same on the forum.

    Regards
    suresh