1. OpenOCD and the Amontec JTAG Accelerator

    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 more
  2. LPC2000 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 …
    read more
  3. 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 …
    read more
  4. Stability 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 …
    read more

« Page 12 / 14 »

social