From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 372 invoked by alias); 2 Jun 2009 13:36:24 -0000 Received: (qmail 359 invoked by uid 22791); 2 Jun 2009 13:36:23 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from anika.2020media.com (HELO smtp.2020smtp.net) (212.124.192.214) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Jun 2009 13:36:16 +0000 Received: from [212.124.199.38] (helo=[192.168.0.2]) by smtp.2020smtp.net with esmtp (Exim 4.63) (envelope-from ) id 1MBU9x-0005aD-NM; Tue, 02 Jun 2009 14:36:09 +0100 Message-ID: <4A252AC7.5070007@zynaptic.com> Date: Tue, 02 Jun 2009 13:36:00 -0000 From: Chris Holgate User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: GaurangT CC: ecos-devel@ecos.sourceware.org Subject: Re: Test USB driver for stm32 on stm32 evel board References: <23831086.post@talk.nabble.com> In-Reply-To: <23831086.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-06/txt/msg00004.txt.bz2 GaurangT wrote: > HI, > I run usbtarget.c program on stm32 evel board and i got no device > driver for "Red Hat eCos USB test". Please, if you're going to post to the lists at least take the time to read any responses before repeat posting. I refer you to my previous post here... http://ecos.sourceware.org/ml/ecos-devel/2009-06/msg00001.html > I got output on hyper terminal and program run on stm32 evel board like > this, > STM32 USB : Setting USB device address = 1 The fact that Windows is recognizing the device and asking for a driver, and a valid USB device address is being assigned means that the STM32 driver is basically working. If you must use Windows as your USB host, you'll now need to put together a USB class driver for a standard device type which it will recognize. You could try a simple HID, for example. Chris.