openOCD + LPC2888 + YAGARTO

Hi…

I was wondering if anybody is working with the LPC2888 and the GNUARM Toolchain supported by YAGARTO.

I am experiencing some problems programming the LPC via openOCD…

The LPC2888 driver or anything comparable is missing and as you know although the device is based on an ARM7TDMI core the structure of the flash is a bit different.

Maybe anyone can give me some advice…

THX

Mario

Hello Mario,

there’s currently no support for the LPC2888 in the OpenOCD.

Feel free to ask for help if you want to write a driver yourself. I’d base it on the at91sam7 code, as the LPC2888’s flash interface is more similar to that of the sam7 than that of the other lpc2000’s (from a user point of view).

Regards,

Dominic

Yes please, I’d like some pointers since I want to write a driver for the LPC2888

Is the LPC2888 sufficiently different to deserve its own driver or should it be implented as a third LPC variant?