Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

is it possible...?

...to use the jtag/usb-blaster to send data from the pc to the development board to control it (i.e using the hyperterminal or something like that to send control characters)? :confused:

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Use SOPC Builder to add a JTAGUART to your architecture. In this way you can communicate via your USB link. The easiest is to use a Nios-II processor, but you can also directly communicate with your slave devices.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    thanks for your answer and the example, parrado...

    i'm gonna take a look on that demo to see how it works the .dll, and how to use in quartus/nios projects. anyway, i've searched for some info on google and i found a c library for usb communications, libusb. do you know about this library? is it possible to use it instead the jtag_atlantic? any kind of information/orientation would be really helpfull to me.

    thanks in advance.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    libusb permits using USB port from user space. This is a low level library, in that case, you must have on your development kit a hardware or firmware that implements an USB device. In this case you can't use the USB blaster connector, an additional one is needed.