We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.