Hi,
In these days I am working on pyusb to establish a connection between my
laptop(Windows 7) and one FX3 hardware.
The first thing I must do is to download the firmware,but I met some
problems.The downloading process is easy to describe,and I am sure about the
.img data is writen to FX3 RAM by BUS HOUND tool,but the problem appear in the
last step.When I try to use ctrl_transfer() function to execute to Program
Entry,it failed.So I can't finish my download.I have tried several ways to send
one zero length control transfer,but got the same I/O error message on the
screen. I tried it as follows:
dev.ctrl_transfer(0x40,0xa0,addr_l,addr_h)
or dev.ctrl_transfer(0x40,0xa0,addr_l,addr_h,None) or
dev.ctrl_transfer(0x40,0xa0,addr_l,addr_h,None,500)
Have you met this problem?Can you help me to solve this?Thank you very much!
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users