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.
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).