|
I'm using the Ztex Module 1.11c with the LX25 with a Experimental Board 1.2.
I’m trying to run the examples (Loop Back, Streamin) like you described it in the AN61345 paper.
Everything works fine, but the BULK IN transfer fails with the following error:
BULK IN transfer
BULK IN transfer failed with Error Code:997
What does that error means?
I have registered the ZETEX VID and PID in the CyUSB.inf.
Then downloaded the slave.hex to the RAM via USB.
After that I have downloaded the bit-streams with the XILINX Platform Cable USB II and the impact tool.
BULK OUT works fine, but the BULK IN transfer always fails.
In the CyConsole the FX2 appears as SLAVE FX2, is that ok?
Endpoints 2 and 6 are configured:
<ENDPOINT>
Type="BULK"
Direction="OUT"
Address="02h"
Attributes="02h"
MaxPktSize="512"
DescriptorType="5"
DescriptorLength="7"
Interval="0"
</ENDPOINT>
<ENDPOINT>
Type="BULK"
Direction="IN"
Address="86h"
Attributes="02h"
MaxPktSize="512"
DescriptorType="5"
DescriptorLength="7"
Interval="0"
</ENDPOINT>
In the USB Data Streamer application there is no choice for the endpoint configuration.
|