1
Bus Blaster JTAG debugger / Re: FTjrev
There is now an improved version of ftjrev.
Wil
Open Source Hardware
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
warning: TDO seems to be stuck at 0or
warning: TDO seems to be stuck at 1
--- ftjrev.c_orig 2012-04-26 22:27:05.000000000 +0200
+++ ftjrev.c 2012-04-27 09:43:18.000000000 +0200
@@ -80,7 +80,7 @@
uint8_t latency;
ftdi_init(&ctx);
ftdi_set_interface(&ctx, INTERFACE_A);
- if(ftdi_usb_open(&ctx, 0x8482, 0x1002))
+ if(ftdi_usb_open(&ctx, 0x0403, 0x6010))
return 1;
ftdi_usb_reset(&ctx);
ftdi_set_latency_timer(&ctx, 1);
--- ftjrev.c_orig 2012-04-26 22:27:05.000000000 +0200
+++ ftjrev.c 2012-04-27 09:44:13.000000000 +0200
@@ -90,7 +90,7 @@
if(ftdi_set_bitmode(&ctx, 0x0B, BITMODE_MPSSE))
return 1;
setspeed(1);
- setgpio(9);
+ setgpio(8);
ftdi_usb_purge_buffers(&ctx);
return 0;
}