Forum Discussion
Altera_Forum
Honored Contributor
15 years agoActually using the USB port of the BeMicro kit...
This is a **really** newbie-esque question, but I haven't found a clear answer elsewhere, so here goes: I know that the USB connection on the BeMicro eval kit is usually just used for downloadi...
Altera_Forum
Honored Contributor
15 years agoThe USB port is connected to the FTDI driver chip, which connects to very small max2 device.
The max2 device decode the USB signal and translate it to jtag signal. The jtag signal goes to the FPGA finally. So, if you can modify the small max2 program, then you can use the USB as just USB. Otherwise, the USB port always works as USB Blaster. User can program or control the BeMicro by using Altera tool sets, such as system console or Jtag-Uart. The system console does have API for JAVA. So if you can understand how to use JAVA, you can control most of stuff via that.