Cyconsole && Visual Studio ? ? Endpt xfers. CyAPI

Hello everybody.

I am using CY7c68013 FX2 connected with a FPGA. In Slave Fifo MOde. AutoIN. With EP2.

EP2FIFOCFG=0x0C //No INFM1, NO OEP1, Auto IN, Zerolenin, 8bits wordwide.
syndelay
EP2CFG=0xE2 Valid, Out, Bulk,512 bytes, double buffer.
syncdelay

I compiled the program using Keil.

I already modified the CyUSB.inf. And at this moment I am able to download the Firmware.
I am generating the data with the FPGA and with a digital analizer I can see the signals EMPTY, FULL & PF. Are working right.
The Fifo is being full correctly. And the empty signal also asserts that indicates that the data is commited out. I supouse:

I want to see the data with the CyConsole.
But in the tab Other Endpt Xfers.
There are not listed my configured Endpoints.

Something also very strange for my, is thar in the DEVICE PROPERTIES tab is listed correctly the VID, PID, but nothing in the Manufacturer, product, serial Number, etc.

I am working with OS Windows XP, and I do not have Visual6 or BC, so I can not use the CyAPI library.

Is completely necesary the Visual6 or BC6 to xfer data?. Or I can Begin my debug just with the Cyconsole??

I do not know how to continue.

Muchas Gracias.
Thank you Very much.
Merci beaucoup.
Vielen Dank.

Att.
Diego Andres Botero Galeano
delbotero@javeriana.edu.co
diego.botero@javeriana.edu.co

Bogota/Colombia

Parents
  • "There are not listed my configured Endpoints.
    Something also very strange for my, is thar in the DEVICE PROPERTIES tab is listed correctly the VID, PID,
    but nothing in the Manufacturer, product, serial Number, etc."

    This description suggests that you didn't provide correct descriptors.

    Start with modifying the existing example, like Bulksrc
    You'll find this example in CY3684 dev kit installer,
    SETUP_FX2LP_DVK_1004.exe
    download.cypress.com.edgesuite.net/.../cy3684_ez_usb_fx2lp_development_kit_15.exe

    After installation of this dev kit software, you'll find the example in this folder.
    C:\Cypress\USB\Examples\FX2LP\Bulksrc
    The descriptors are defined in dscr.a51

    "I am working with OS Windows XP, and I do not have Visual6 or BC, so I can not use the CyAPI library."

    You can use CyAPI either in VC6 or BC directly.
    Are you talking about SuiteUSB.NET for C#?

    Tsuneo

Reply
  • "There are not listed my configured Endpoints.
    Something also very strange for my, is thar in the DEVICE PROPERTIES tab is listed correctly the VID, PID,
    but nothing in the Manufacturer, product, serial Number, etc."

    This description suggests that you didn't provide correct descriptors.

    Start with modifying the existing example, like Bulksrc
    You'll find this example in CY3684 dev kit installer,
    SETUP_FX2LP_DVK_1004.exe
    download.cypress.com.edgesuite.net/.../cy3684_ez_usb_fx2lp_development_kit_15.exe

    After installation of this dev kit software, you'll find the example in this folder.
    C:\Cypress\USB\Examples\FX2LP\Bulksrc
    The descriptors are defined in dscr.a51

    "I am working with OS Windows XP, and I do not have Visual6 or BC, so I can not use the CyAPI library."

    You can use CyAPI either in VC6 or BC directly.
    Are you talking about SuiteUSB.NET for C#?

    Tsuneo

Children
More questions in this forum