Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] cypress ez usb fx2 microcontroller, interfacing with usb .?

Status
Not open for further replies.
R

rnb20_2000

Guest
fx2 in mfc

hey everyone, i would appreciate any help with this little problem, basically i'm building a dso using a cypress ez usb fx2 board (connunicating through the usb port naturally) model num (cy7c68013. my problem is that i do not know how to interface the board with the computer as in , how do i create a handle to the device driver associated with my board, if anyone has any ideas, source code or links to any relevant site, i would be more than greatful.
thanking you in advance,
regards

ps i heard that it has something to do with mfc programming ??
 

fx2 usb mfc

you could use slave FIFOs with Auto-IN mode of FX2. You don't need a special driver for FX2. There is a example generic driver comes with it. You just need to download code with EEPROM or from USB and use windows API to communicate over USB driver. See EZ-m@nager's source code...
MFC is not a problem for this.

there are two projects with FX2 and CPLD/FPGAs at the net. I'll post links after I found them.

Regards
 

usb-fx2 board

rnb20_2000 said:
, how do i create a handle to the device driver associated with my board, if anyone has any ideas, source code or links to any relevant site, i would be more than greatful.
ps i heard that it has something to do with mfc programming ??

Take a look onto the Win32 Api CreateFile(....)
This has nothing todo with MFC programming. See also the examples from cypress.

usbman
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top