> I understand that the wiggler will only let you debug in RAM, and in IAR
> linker options I do have the RAM xcl file selected. In debugger options
> I don't have any startup macro file defined - I'm not sure what I should
> be using. I did enable hardware reset like you recommended, but that
> didn't work either.
Your IAR debug macro file must have the following in order to debug from
RAM:
execUserPreload()
{
__writeMemory32(0x00000002, 0xE01FC040, "Memory"); // MEMMAP = 2;
}
JoelMessage
RE: [lpc2000] Problems with olimex (wiggler) jtag and olimex lpc2129 proto board
2005-11-22 by Joel Winarske