Forum Discussion
Altera_Forum
Honored Contributor
15 years agomicrocontroller for programming FPGA over JTAG
I want to use a microcontroller to program my FPGA via the JTAG port. I would like to connect the microcontroller to my PC via it's USB interface. (The microcontroller has a USB interface built ...
Altera_Forum
Honored Contributor
15 years agoI wonder, why you want to use a microcontroller for this purpose. A plain FT2232 USB interface device can act as a USB blaster replacement, using the BeMicro driver, as discussed in this thread:
http://www.alteraforum.com/forum/showthread.php?t=20490 A principle option to replace the original USB Blaster would be to emulate the FTDI FT245 device, and the hardware acceleration built into the USB Blaster CPLD. To connect your own USB driver at the PC side, you would need a documented interface to the Altera JTAG server, which obviously isn't available.