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

On chip RAM Algorithm

I am trying to debug an LPC23XX application from IRAM. Does anyone know the correct programming algorithm for loading the program into IRAM using ULINK?

  • I don't have the IDE available right now, so I guess that the memory box specifying the address and size of the internal RAM is called IRAM - the LPC23xx don't have a memory region called IRAM.

    The sample applications (Blinky etc) for the 23xx does contain targets for downloading and run the application in RAM. Note that you must use a debugger script that sets the PC to the correct start address before you start to run your application.