Anyone know what is changing in usb2serial program for stm32 in ecos

2009-06-22 Thread GaurangT
Dear, I am using usb stm32 drivers,When I am disable serial init function,I got error like this, Entering cyg_user_start() function Usb2Ser: Thread starting Error opening USB rx port Ser2Usb: Thread starting Error opening USB tx port STM32 USB : Setting USB device address = 1 STM32 USB

Where is GET Descriptor in usb-stm32 code

2009-06-13 Thread GaurangT
Dear, I am new for usb.so I want to develop hid driver using usb-stm32 code and I cann't get anywhere code in GET Descriptor. Anyone know about hid driver plz help me. Thanks & Regards, GaurangT -- View this message in context: http://www.nabble.com/Where-is-GET-Descript

Re: Updated version of the STM32 USB driver.

2009-06-09 Thread GaurangT
wrote: > > GaurangT wrote: >> Hi Chris, >> >>I tried your latest STM32 driver and was successfully add USB >> slave-side serial drivers package. >> when I select enable control the endpoint 0 and enable all usb slave >> serial >> support in

Re: Updated version of the STM32 USB driver.

2009-06-04 Thread GaurangT
Hi Chris, I tried your latest STM32 driver and was successfully add USB slave-side serial drivers package. when I select enable control the endpoint 0 and enable all usb slave serial support in configtool. What is defined data structure in USB IN and OUT endpoint structure in stm32 evel bo

problem in usb2serial test program compile

2009-06-03 Thread GaurangT
nd it build library successfully. When I compile usb2serial sample application and got error these mention following. 1.Undefined reference to all function. 2.ld returned 1 exit status. plz tell anything wrong in configtool Thanks, GaurangT -- View this message in context: http://www.nabbl

Test USB driver for stm32 on stm32 evel board

2009-06-02 Thread GaurangT
HI, I run usbtarget.c program on stm32 evel board and i got no device driver for "Red Hat eCos USB test". I got output on hyper terminal and program run on stm32 evel board like this, STM32 USB : Setting USB device address = 1 Thanks, GaurangT -- View this message in cont

USB test code problem with stm32 eval board

2009-06-01 Thread GaurangT
Hi, I want to test USB support Added for STM32 in eCos. For that i have added stm32-usb-20090519.epk pacakge and got "ST STM3210E USB EVAL board" in templates and able to add STM32 USB driver and it compiles fine. Now i am testing to test code of give in package/io/usb/slave/tests/usbtra