• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Embedded Software » StarterWare » StarterWare forum » All Tags » USB
Share
StarterWare
  • Forum

Browse by Tags

StarterWare

Welcome to the StarterWare Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
USB
  • AM1705
  • am1707
  • AM17x
  • am1808
  • AM335x
  • AM335x StarterWare USB
  • beaglebone
  • CCS v5.1
  • CodeSourcery
  • Endpoint
  • FIFO
  • gcc
  • interrupts
  • omap l138
  • OMAPL138
  • Sitara
  • SPI flash
  • StarterWare
  • StellarisWare
  • UART
  • USB Bulk Device
  • usb device
  • USB Host
  • usb_dev_bulk
  • ZLP
Related Posts
  • Forum Post: Re: am17x support?

    Jonathan Chen Jonathan Chen
    Update: took out most of my printf statements in my testing project and we have enumeration, but only in Windows 7 !? Still a ways to go... (Aside: learned the hard way that printf statements are costly on an embedded system...) In other words, I am getting worse results in XP than in 7.. Windows...
    on Jan 19, 2012
  • Forum Post: Re: am17x support?

    Jonathan Chen Jonathan Chen
    Attached is a successful port of the usb_bulk_dev example to AM1707! It has been confirmed to work with the following setup: StarterWare AM1808 1.00.02.02 code base Spectrum Digital AM1707 EVM Rev. H Code Composer Studio 5.1.0.09000 CodeSourcery (gcc) toolchain 2009q3-68*** CodeSourcery...
    on Jan 27, 2012
  • Forum Post: Re: Options for compiling StarterWare for OMAP-L138 ARM

    Slava Bogulmintsev Slava Bogulmintsev
    I have successfully compiled and ran usb_dev_bul example for ARM core of OMAP-L138 with CCS TI code generation tools. 1) CCS v5.1.0.09 2) compiler version TI v4.9.1 3) set Language Options -> Enable support for GCC extensions (--gcc) 4) set Runtime Model Options -> Generate unaligned loads and...
    on Feb 14, 2012
  • Forum Post: USB Host Power

    Rohit Jain Rohit Jain
    Hi, I am using LogicPD's Zoom eXp Am1808 board with latest Starterware firmware. I am using CCSv5.1 with CodeSourcery GCC to compile evmAM1808 examples for USB Host. To be specific, I am working usb_host_mouse example. I referred http://processors.wiki.ti.com/index.php/StarterWare_USB#HID_Host_Class...
    on Feb 20, 2012
  • Forum Post: USB Mass Storage Device Class with SPI Flash as block media

    Qmax Qmax
    Hi I'm trying to modify usb_dev_msc example in StarterWare 2.0.0.5 (AM335x processor) to make it using SPI Flash instead of RAM disk as block media. For read/write operation on SPI Flash I had a look at mcSPIFlash example. Unfortunately it seems that USB read/write callback functions (USBDMSCStorageRead...
    on Feb 28, 2012
  • Forum Post: OMAP-L138 Starterware USB serial sample

    Martin Turon Martin Turon
    Hi, I'm trying to get the examples/evmOMAPL138/usb_dev_serial sample going on the IAR (EWARM) toolchain. It all compiles correctly, and I was able to run the UART echo test, so I'm confident in my environment and port. But the USB serial code hangs waiting for clocks: UsbPhyOn() { // ....
    on Mar 9, 2012
  • Forum Post: Re: usb device on AM1808

    jitendra panchal jitendra panchal
    any help please...
    on Mar 19, 2012
  • Forum Post: Re: usb device on AM1808

    jitendra panchal jitendra panchal
    any help please....
    on Mar 20, 2012
  • Forum Post: usb device on AM1808

    jitendra panchal jitendra panchal
    Hi, I am using AM1808 Experimenter kit from logicPD with starterware 01.00.02.02 on CCSv5.1 for usb_dev_bulk example. For communicating from PC, I used the stellarisware USB Bulk Example version 8555 and it is working fine. Now i want to modify the code to implement my protocol for USB communication...
    on Mar 17, 2012
  • Forum Post: usb_dev_bulk: cannot use FIFO 1024 bytes or larger?

    Jonathan Chen Jonathan Chen
    StarterWare AM1808 1.00.03.03 usb_dev_bulk example Adjusting library code at usblib / device / usbdbulk.c #define DATA_IN_EP_FIFO_SIZE USB_FIFO_SZ_1024 // enumerates, but has problems described in a later post #define DATA_IN_EP_FIFO_SIZE USB_FIFO_SZ_2048 // cannot enumerate #define DATA_IN_EP_FIFO_SIZE...
    on Apr 3, 2012
  • Forum Post: usb_dev_bulk cannot Bulk IN exactly maximum packet size?

    Jonathan Chen Jonathan Chen
    System setup AM1808 StarterWare 1.00.03.03 usb_dev_bulk example - run EVM as a USB generic bulk device maximum packet size = 64 bytes in usblib / device / usbdbulk.c custom host (PC) application with libusb 1.0.8 (pbatard; WinUSB backend on Windows) Observations Bulk OUT always...
    on Apr 4, 2012
  • Forum Post: did anybody try to use double packet buffering on the OMAP-L138 usb?

    Slava Bogulmintsev Slava Bogulmintsev
    if i activate double buffering feature i watch extra empty packets (zero length) on the usb bus, and these packets are interpreted on PC side as short packet (as end of packet). does anybody have experience with double buffering?
    on Apr 16, 2012
  • Forum Post: usb_dev_bulk: remove from "Safely Remove Hardware" list?

    Jonathan Chen Jonathan Chen
    Using the AM1808 StarterWare usb_dev_bulk example to run the EVM as a generic USB bulk device. The device shows up in the "Safely Remove Hardware and Eject Media" list in the system tray - this is probably unnecessary for my application.. To my understanding, the "Safely Remove Hardware"...
    on Apr 5, 2012
  • Forum Post: StarterWare USB Host support on BeagleBone

    Gil Crouse Gil Crouse
    I'd like to use a BeagleBone to do some data acquisition from a sensor over USB. The StarterWare wiki page on USB: http://processors.wiki.ti.com/index.php/StarterWare_USB says that host mode isn't supported on BeagleBone but is on the EVM. Does anyone know if support for host mode on a...
    on Jan 19, 2012
  • Forum Post: DMA RNDIS mode

    Dani Vain Dani Vain
    Hi, I am used two bulk endpoints for USB communication: one for Rx and one for Tx. The Rx worked in DMA transparent mode well, however I want to change it to RNDIS mode (not General RNDIS). I sending 150Kbyte per transfer. The data is transferred, but I don't get the interrupt and the completed...
    on Jun 14, 2012
  • Forum Post: AM335x: Problem with USB Composite Dual CDC and Hi-Speed of StarterWare 2.0.0.7

    Ruediger Wesche Ruediger Wesche
    Hi, all! To add USB functionality to an existing firmware for a custom AM335x hardware, I added the sources of the "Composite Dual CDC Serial Port device Example Application" of StarterWare 2.0.0.7. This works fine after I #defined USB_MODE_FULLSPEED for UsbPhyOn() usbphyGS70.c. Without this...
    on Aug 24, 2012
  • Forum Post: am17x support?

    Jonathan Chen Jonathan Chen
    Please read before posting! Update 2012-01-10: the goal of this thread is now to port the StarterWare AM1808 USB Bulk Device example (or similar functionality) to the AM1707 EVM board. Question 1 : Is StarterWare not available for Sitara AM17x? Specifically, AM1705.. Answer 1 : No, it is not available...
    on Dec 8, 2011
  • Forum Post: Writing data to an isochrone EndpointFIFO

    Klaus Liebschner Klaus Liebschner
    Hello, I am trying to sent (audio) data via an asynchronous isochron Endpoint. I have enumerated a device as microphone, which is correctly recognized by my Windows PC. As a next step, I would like to write some dummy data to the Fifo Endpoint, however, I do not understand how the FIFO is correctly...
    on Apr 30, 2013
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use