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 agoAlthough the USB-Blaster protocol is undocumented, there is this project:
http://ixo-jtag.sourceforge.net/archive/ixo_de_usb_jtag.html This link is the same project that FvM pointed you to in the other thread. Also take a look at the debugger core on OpenCores.org: http://opencores.org/project,adv_debug_sys It looks like someone has figured out how to control the USB-Blaster as a general purpose debugger. You could use this to figure out the software interface to a real USB-Blaster, and then emulate with your micro. I've not looked at this stuff, so I have no idea whether it works. I am interested in hearing if you have any success ... Cheers, Dave