Amontec released their JTAG Accelerator configuration for the Amontec Chameleon. The JTAG Accelerator is a high-speed EPP mode parallel port interface offering up to 70kByte/s download speed to target RAM using memory writes, and about 120kByte/s using the Debug Communications Channel (DCC).
read moreLPC2000 flash writing improved
The LPC2000 flash driver is able to calculate the checksum that's used by the bootloader to identify a valid flash image.`` #flash bank lpc2000 base size 0 0 lpc_variant target # cclk calc_checksum flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v1 0 14765 calc_checksum``When 'calc_checksum' is specified in the LPC2000 …New Preview Release
There's a new preview release (actually two) available in the files section.preview-20060113 is a snapshot of the latest svn code, while preview-cygwin-20060113 is the snapshot precompiled for cygwin.This release features:- ARM7TDMI(-S) support- ARM720t support- ARM920t support- LPC2xxx flash support- a telnet interface (for low-level debugging tasks)- a …Embedded World 2006
OpenOCD will be presented at the Embedded World 2006 in Nuremberg, during Februrary 14th to 16th. The University of Applied Sciences Augsburg is sharing the booth "Forschung für die Zukunft" (Research for the future) with the TU Dresden. You can find us in hall 11, booth 112.
read moreStability issue fixed
There was a stability issue where the target would fail to cleanly enter debug state. The reason for this is still unclear, but using a watchpoint unit to break on any instruction fetch instead of the DBGRQ bit solved the problem.See the SVN history page for a list of …