Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

RE: [lpc2000] Problems with olimex (wiggler) jtag and olimex lpc2129 proto board

2005-11-22 by Joel Winarske

> 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;
}


Joel

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.