GNICE JTAG Bluetechnix, GNICE JTAG Datasheet - Page 11

no-image

GNICE JTAG

Manufacturer Part Number
GNICE JTAG
Description
EMULATOR, BLACKFIN, GNIC+ JTAG USB PROG
Manufacturer
Bluetechnix
Type
USB JTAG Emulatorr
Datasheet

Specifications of GNICE JTAG

Supported Devices
Blackfin Processors
Core Sub-architecture
NO IMPORT
Ic Product Type
USB JTAG In-Circuit-Emulator
Features
USB 2.0 Full Speed, JTAG Clock (TCK) 6MHz, Link Status LED
Last update: 2010/08/23 18:16
/* Blackfin gnICE JTAG GPIO reset utility
#include <getopt.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <ftdi.h>
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
#define GNICE_VID 0x0456
const int pids&#91;&#93; = &#123;
&#125;;
#ifdef WIN32
# define usleep(x) Sleep((x) / 1000000 ? : 1)
#endif
const char *argv0;
#define FLAGS "g:hl:s:"
#define a_argument required_argument
static struct option const long_opts&#91;&#93; = &#123;
&#125;;
void usage&#40;int exit_status&#41;
&#123;
FLAGS&#41;;
long_opts&#91;i&#93;.name&#41;;
http://docs.blackfin.uclinux.org/
* Michael Hennerich Copyright 2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later
*
* For more information see:
* - gnICE schematics
* - libftdi
* - Future Technology Devices International Limited (FTDI)
*
*
*/
Application Note AN_108 Command Processor for MPSSE and
MCU Host Bus Emulation Modes
0xF000,
0xF001, /* gnICE+ */
&#123;"gpio",
&#123;"help",
&#123;"led",
&#123;"serial",
int i;
FILE *fp = exit_status ? stderr : stdout;
fprintf&#40;fp, "Usage: %s [options]\n\nOptions: -[%s]\n", argv0,
for &#40;i = 0; i < ARRAY_SIZE&#40;long_opts&#41;; ++i&#41;
fprintf&#40;fp, "
/* gnICE */
no_argument, NULL, 'h'&#125;,
a_argument, NULL, 'g'&#125;,
a_argument, NULL, 'l'&#125;,
a_argument, NULL, 's'&#125;,
hw:jtag:gnice
-%c, --%s\n", long_opts&#91;i&#93;.val,
http://docs.blackfin.uclinux.org/doku.php?id=hw:jtag:gnice
Printed on 2010/10/15 04:21

Related parts for GNICE JTAG