OpenCores
URL https://opencores.org/ocsvn/usb_fpga_1_15/usb_fpga_1_15/trunk

Subversion Repositories usb_fpga_1_15

[/] [usb_fpga_1_15/] [trunk/] [examples/] [usb-fpga-2.16/] [2.16b/] [ucecho/] [Readme] - Diff between revs 3 and 4

Only display areas with differences | Details | Blame | View Log

Rev 3 Rev 4
ucecho
ucecho
------
------
This example is intended for ZTEX USB-FPGA-Modules.
This example is intended for ZTEX USB-FPGA-Modules.
The firmware (defined in ucecho.c) declares Endpoint 2 and Endpoint 4
The firmware (defined in ucecho.c) declares Endpoint 2 and Endpoint 4
(both 512 bytes, double buffered, bulk transfer, belong to interface 0).
(both 512 bytes, double buffered, bulk transfer, belong to interface 0).
All data that is written to Endpoint 4 is converted to uppercase by
All data that is written to Endpoint 4 is converted to uppercase by
the FPGA and can be read back from Endpoint 2.
the FPGA and can be read back from Endpoint 2.
This example does the same as the example in directory ../../all/ucecho
This example does the same as the example in directory ../../all/ucecho
except that the uppercase - lowercase conversion is made by the FPGA.
except that the uppercase - lowercase conversion is made by the FPGA.
The driver (defined in UCEcho.java) uploads the the Firmware (ucecho.ihx)
The driver (defined in UCEcho.java) uploads the the Firmware (ucecho.ihx)
to the EZ-USB Microcontroller and the Bitstream (fpga/ucecho.bit) to the
to the EZ-USB Microcontroller and the Bitstream (fpga/ucecho.bit) to the
FPGA if necessary, sends user string to the device and reads them back.
FPGA if necessary, sends user string to the device and reads them back.
 
 
Uploading the Firmware to EEPROM is also supported by the firmware (e.g.
 
using the FWLoader utility).
 
 
 
This example may serve a good starting point for own projects.
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.