User Tools

Site Tools


arm:aduc7061_devstick

This is an old revision of the document!


# Eval-ADuC7061MKZ USB Development board

## Overview

Board

## Using with JTAG ### FTDI reprogramming The USB stick offers progrramming through USB but doesn't offer any kind of debug. JTAG pins are broken out, but they are also connected to the onboard FTDI chip. Some reprogramming is needed in order to make JTAG access available. Download FTProg from the FTDI website; update the I/O controls:

- Set C0 to C3 to I/O MODE - Set C4 to RXLED#

You should now be able to use an External JTAG probe to program and debug the ADuC7061. Serial downloading is still available.

This information comes from this post on the Analog website

### OpenOCD support The only JTAG debug probe I currently own is a BusBlaster. It's supported by UrJTAG and OpenOCD. I am mostly used to OpenOCD so I gave it a try; turns out only ADUC702x are supported in the current version (0.8.0).

Fortunately, a thread on the OpenOCD mailing list, mentions the existence of a patch. I grabbed it, and made a proper patch file for it: openocd_add_aduc706x

Here are also my config files openocd_config_aduc7061mkz.

You should now be able to run openocd and connect using GDB on _localhost:3333_.

## Code

<note warning>TODO. Contact me if you need any help ;)</note>

## Links

* Quick review

/home/share/www/redox.ws/wiki/data/attic/arm/aduc7061_devstick.1426883999.txt.gz · Last modified: 2023/11/24 21:55 (external edit)