• 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 » All Tags » usb
Share
Browse Topics
  • Amplifiers
    • Audio Amplifiers
    • High Speed Amplifiers
    • Precision Amplifiers
    • /etc... Amplifiers & Other Linear
  • Applications
    • Automotive
    • Medical & High Reliability
    • Motor Drivers
  • ARM® Processors
    • Sitara™ ARM®
  • Digital Signal Processors (DSP)
    • C5000 Ultra Low Power DSP
    • C6000 Multicore DSP
    • C6000 Single Core DSP
    • DaVinci™ Video Processors
    • OMAP™ Processors
  • Clocks & Timers
  • Data Converters
    • Audio Converters
    • High Speed Data Converters
    • Precision Data Converters
    • Video Converters
    • /etc... Data Converters
  • Development Tools
    • WEBENCH® Design Center
    • Code Composer Studio
    • TI C/C++ Compiler
  • DLP & MEMS
  • Embedded Software
    • Android
    • BIOS
    • Linux
    • Multimedia Software Codecs
    • StarterWare
    • WinCE
  • Interface
    • Consumer & Computing
    • Ethernet
    • Fiber Communication
    • High Speed Interface
    • Industrial Interface
    • /etc... Interface
  • Logic
  • Low Power RF & Wireless Connectivity
  • Microcontrollers
    • C2000™ Microcontrollers
    • Stellaris® ARM® Microcontrollers
    • MSP430™ Microcontrollers
    • Tiva™ ARM® Microcontrollers
    • Other Microcontrollers
    • Hercules™ Safety Microcontrollers
  • OMAP™ Applications Processors
  • Power Management
    • Battery Management
    • Digital Power
    • AC/DC and Isolated DC/DC Power
    • LED Drivers/LCD Bias
    • Linear Regulators
    • NexFET™ Power MOSFETs
    • Non-Isolated DC/DC
    • Power Modules
    • PMU
    • Power Interface
    • SIMPLE SWITCHER®
    • Sequencers
    • Supervisor and Reset IC
    • Wireless Power
    • /etc... Power
  • RF & Digital Radio
    • Digital Radio (GC Products)
    • High Performance RF Modulators, PLL and VCO products
    • /etc... RF
  • Other Analog & Touch
    • Imaging
    • Temperature Sensors
    • Touch
    • /etc... Analog
  • /etc Support

Custom Title

Support Forums

Support Forums
To post a question or find an answer, choose a topic from the "Browse Topics" navigation menu on the left.
  • Get this RSS feed
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
  • "28335"
  • 2.6.37
  • 2540
  • 2541
  • 28027
  • 2xx
  • 3530
  • 5505
  • 5509A
  • 5515
  • 5xx
  • 6437
  • 6446
  • 6678
  • 6678l
  • 6678le
  • 6713
  • 6713 dsk
  • 6748
  • 674x
  • 8148
  • 814x
  • 8168
  • 816x
  • adc
Related Posts
  • Forum Post: CC2511 development examples

    jremi jremi
    I currently have a design that uses the CC2500 on both transmitting and receiving ends. I just got a CC2511 development kit with the intention of using the USB dongle to take the place of my receiver so I can send data directly to the PC. Sounds easy enough, right? Well... I have some of the examples...
    on Jul 16, 2008
  • Forum Post: Re: CC2511 development examples

    Shoaib Ali Shoaib Ali
    I have modified the usb dongle example firmware for CC2511 recently by removing all Radio related part and creating my own Fifos for application level buffers for USB handlers. I then used SimpliciTi stack examples for CC2500 to make CC2511 a USB-RF Gateway. Radio part in usbdongle firmware is a bit...
    on Jul 21, 2008
  • Forum Post: Re: dm6467 USB host

    Juan Gonzales Juan Gonzales
    The features and limitations of the USB driver are detailed in the PSP release notes (e.g. ReleaseNotes_DM646x_Linux_PSP.pdf) which are included as part of the DVSDK. I believe the limitation in the number of devices that can be supported are based on the types of devices; certain devices use an entire...
    on Aug 22, 2008
  • Forum Post: Re: dm6467 USB host

    Juan Gonzales Juan Gonzales
    are all 10 devices interrupt-type devices? I think you can implement a software arbiter to manage the end-points; I do not know how difficult this would be though.
    on Aug 22, 2008
  • Forum Post: Re: TUSBxxxx EEPROM Burner Applicaton

    Stefan S. Stefan S.
    The evaluation board which is described in "MSP430 USB Connectivity Using TUSB3410 (slaa276a.pdf)" with MSP430F1612.
    on Aug 28, 2008
  • Forum Post: Re: CC1111 & USB to Serial Program

    esy esy
    Hi Keith. You've looked at the code in the USB examples ( SWRC088 ), right? I think the best way to make an application for two CC1111 dongles would be to look at the serial port example and use the USB dongle example code on one dongle (CC1111), and then for the other dongle start with the same...
    on Sep 1, 2008
  • Forum Post: Re: USB Host controller

    Bernie Thompson TI Bernie Thompson TI
    This is indeed the better place for this type of question :) The OMAP35x SDK does provide support for USB devices, and it has been tested, though there are several limitations still present with the USB drivers as discussed in section 2.6 of the PSP release notes . You do have to have a MiniA ended...
    on Sep 3, 2008
  • Forum Post: Re: USB Host controller

    manuel manuel
    Hi, thanks for the reply. I already had considered all the details posted so far. I also checked the cable if the ID pin was actually connected to ground, and it was as it should be. So the cable is not broken or something like that. Im also using a powered HUB. When I do a "cat /proc/driver/musb_hdrc...
    on Sep 4, 2008
  • Forum Post: Re: USB Host controller

    manuel manuel
    Hi everyone, It turned out that my OMAP35x board was broken. I tried another different board one, and USB devices are detected just fine. But, it does not work either. Either with the original SDK 1.0.0 default kernel or custom kernel with different USB driver settings (experimental code for better transaction...
    on Sep 4, 2008
  • Forum Post: Re: USB Host controller

    manuel manuel
    Hi, thanks for replying, but I have been using ALSA for several years (as user, driver and application developer), and I have never had any problems with multichannel. I also have other ARM based systems working just fine with the very same audio cards in multichannel mode. I will try using another USB...
    on Sep 5, 2008
  • Forum Post: Re: USB Host controller

    swami swami
    Good to know that you are familiar with the ALSA infrastructure quite a bit. We had an issue with the usbaudio.c code in "sound/usb" directory were the USB flags were not correctly updated. This lead to random oops after recording stopped. We corrected the issue by correctly updating the...
    on Sep 5, 2008
  • Forum Post: Re: USB Host controller

    manuel manuel
    Hi, Thanks for the information. I did some googling about that. Does this problem show up under any circumstance or only if I request explicitly the ASYNC mehtod ? The error message that is supposed to reveal this problem seems to be "file descriptor in wrong state" or something like that....
    on Sep 5, 2008
  • Forum Post: USB driver

    1074316 1074316
    Hi, I need to check USB(HID,CDC) driver with the MSP-EXP430F5438 ATC board. Could you please guide me where to find these drivers and how do I check? Thankyou.. chakra.
    on Sep 16, 2008
  • Forum Post: Re: USB Host controller

    Juan Gonzales Juan Gonzales
    Sorry, I was focusing too much on the audio portion of the issue and blocked out the USB. Based on the log you sent earlier, it appears the USB device is not being recognized; therefore this is not an ALSA/audio issue but rather a USB device interface issue. I agree ALSA supports multiple channels...
    on Sep 25, 2008
  • Forum Post: Re: USB Host controller

    manuel manuel
    Hi again, just to be complete, when doing stereo playback the debug output looks like this: [I where not able to capture the start of the log ...] musb_ep_program 661: --> hw4 urb c06fd580 spd2 dev3 ep1out h_addr82 h_port04 bytes 192 dma_channel_program 233: ep4-Tx pkt_sz 200, dma_addr 0x85558800...
    on Sep 26, 2008
  • Blog Post: New Ultra Low Cost JTAG Emulator Released!

    Charlie3036 Charlie3036
    TI recently released a new $79 USB JTAG emulator, perfect for almost any development project! Based off of TI's XDS100 technology, the emulator comes with everything needed, USB cable, JTAG cable, and the emulator itself. No drivers are needed when used with the latest version of CCS V3.3...
    on Sep 18, 2009
  • Wiki Page: TPS6507x input source for SYS voltage

    Michael Day Michael Day
    Q: TPS6507x input source for SYS voltage by 479615 question regarding the TPS650732 datasheet. Would you please answer question as follows? 1. Datasheet p34(Figure 33): When the TPS650732 status changes from "Power OFF/SYS=0" to "Power OFF/SYS=1" and /PB_IN goes 1 to 0, where...
    on Nov 22, 2010
  • Wiki Page: Using SOC devices as USB MCU

    Kjetil Kjetil
    Q: FAQ: Using SOC devices as USB MCU To interface with USB interface to PC with SOC devices it is recommended to use the CC2511 USB dongle reference design The user manual for the CC2511 dongle reference design can be found at: http://www.ti.com/litv/swru082 The product folder for CC2511 includes...
    on Nov 22, 2010
  • Wiki Page: BQ25010 Battery Pack Operation?

    Charles Mauney Charles Mauney
    Q: BQ25010 Battery Pack Operation? 1-can the BQ25010 operates directly from the battery pack without any power on AC and USB? 2-in question #1 mode of operation, does the BQ still monitors the discharging curve of the battery pack? Q: Re: BQ25010 Operation 1) Yes, the converter can operate...
    on Nov 23, 2010
  • Wiki Page: [USB] Thoughts on 2806x USB design considerations

    Lori Heustess Lori Heustess
    The D+ and D- pins are 3.3V tolerant just like every other pin, and the USB data signals are 0 to 3.3V signals so no level translation is required. VBus is in fact 5V and cannot be directly fed into a GPIO without damage. However as you can put a resistance in series with VBus and use the internal...
    on Mar 16, 2011
  • Wiki Page: TPS650250 compliancy with USB 3.0 spec

    Daniel Acevedo Daniel Acevedo
    Q: TPS650250 compliancy with USB 3.0 spec by 1294176 Team, Customer is using the TPS650250 with Vcc = USB 3.0 host (Vbus = 5.0V). Per the USB spec only 10uF capacitance is allowed on the bus, 3x10uF is required for DC/DC converters, so 30uF on Vbus. One option is to cascade devices (DCDC1 output...
    on Apr 14, 2011
  • Wiki Page: TPS65030 TEST SRP

    Daniel Acevedo Daniel Acevedo
    Q: TPS65030 TEST SRP by 1627563 Hi, This is regarding the Power management IC for USB - TPS65030. I am not going to use the Test SRP function so can i leave the pin floating for this? Regards, Ankit Agrawal A: Re: TPS65030 SRP by 1129650 When not in test mode, the TEST SRP pin...
    on Apr 14, 2011
  • Wiki Page: TPS62420 USB-TO-GPIO Code 10

    Daniel Acevedo Daniel Acevedo
    Q: Re: TPS62420 EVM Software Installation Issues It looks like the USB to JTAG driver doesn't work either. We tried it on his and my machine. We followed the automatic windows driver installation, but we both end up with the following message in the hardware wizard: "This device cannot...
    on May 5, 2011
  • Wiki Page: bq24075 – Detecting USB vs AC

    Michael Day Michael Day
    Q: bq24075 – Detecting USB vs AC by 1800947 How does the BQ24075RGT know if a USB source or am AC adapter source is plugged in? The BQ24020DRCR has seperate inputs for these DC sources but the BQ24075RGT does not. EN1 and EN2 are suppose to cap the current off at 100mA or 500mA for USB sources...
    on Aug 19, 2011
  • Wiki Page: TPS650732, TPS650731, TPS65073, TPS65072, TPS65070, TPS6507x, TPS65073x, TPS650xx no use terminals

    Daniel Acevedo Daniel Acevedo
    Q: What should I do with the following unused TPS650732, TPS65070, TPS6507x pins? A: A/D converter inputs: AD_IN1~4: http://e2e.ti.com/support/power_management/pmu/w/design_notes/tps6507x-unused-adc.aspx wLED Boost Converter: If theTPS650732wLED (white light led driver) boost is not used...
    on Sep 19, 2011
12345»
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