I have a LPCH2294 and have been tinkering with it for a few months
now. I have not used uvision3, so I can't comment on what it supports
for debugging/flashing the LPC2294.
I've used the ARM-JTAG (which is a Wiggler clone) interface with IAR's
EWARM and GDB/Insight .
I'm using GNUARM 4.0.0, and GDB/Insight with ocdremote as the go
between to the ARM-JTAG. For Insight I select one of the linker
scripts I modified to either target the internal SRAM (0x40000000) or
External SRAM (0x81000000). External SRAM is a little tricky to
download code into. A GDB script can be used to setup the
necessary hardware registers prior to downloading the code. Ocdremote
can't flash the LPC2xxx chips.
The only way to interactively debug through a debugger is using the
JTAG interface.
There are other PC to JTAG interfaces besides the ARM-JTAG (Raven for
instance). I believe some use a USB interface on the PC end instead of
a parallel port. What JTAG tools does uvision3 support?
The USB port on the LPCH2294 is attached to UART0, and is not a JTAG
interface.
--- In lpc2000@yahoogroups.com, "tomandz1" <tommyz1@s...> wrote:
Show quoted textHide quoted text
> Has anybody tested Olimex LPC2294 board? I want to buy a "LPC-H2294
> HEADER BOARD" could somebody tell me what else will I need in terms
> of
> hardware and software, in order to get started? ARM-JTAG Perhaps?
> What is it anyway? And could I use a serial cable instead?
> I do have uvision3 with Arm support.
>
> Thank you
> Tom