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

Parents
  • 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.

Reply
  • 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.

Children
More questions in this forum