I am using uVision3 and have an LPC2294. I am just using the default blinky program that comes with the SW. First, Is there any way to read what is in the flash after a programming it using the debugger? Next, I am just trying to run the debugger on the program I have put in the internal Flash. In the debug tab, I unchecked the load application at start up and provided an initialization file that follows:
FUNC void Setup (void) { // <o> Program Entry Point PC = 0x00000000; // <o1.0..1> MEMMAP: Interrupt Vector maps to: <0=> Boot Block // <1=> On-Chip Flash //<2=> Static RAM //<3=> External Memory (LPC2292/2294 only) _WDWORD(0xE01FC040, 0x00000001); //memmap } Setup(); // Setup for Running LOAD IFLASH\Blinky INCREMENTAL // Download g, main // Go till main