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

LPC2368 In_Application Programming

Hai all;

I am working for an automotive project using LPC 2368.Here I want to store data from RAM to 512k FLASH and to read back while program is running.

I wrote some programs such as IAP for LPC2129 and
Flash programming from C:\Keil\ARM\FLASH\LPC_IAP2_512.

In both cases while writing data to Flash from RAM(I wrote some values to RAM),the data in FLASH remain zeros,but in a RED colour.

Will you please tell me ,What is the reason behind this.

Sincerely shamsudheen OP

Parents
  • The code for copying Flash to RAM is correct and works on my LPC2368.
    You say that it is not working. Can you be more specific ?

    You can check the memory contents at 0x58000 in the Memory window when you debug your application with ULINK. Then compare this to the buffer in RAM after you execute the lines for reading.

Reply
  • The code for copying Flash to RAM is correct and works on my LPC2368.
    You say that it is not working. Can you be more specific ?

    You can check the memory contents at 0x58000 in the Memory window when you debug your application with ULINK. Then compare this to the buffer in RAM after you execute the lines for reading.

Children
No data