• 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 » Microcontrollers » MSP430™ Microcontrollers » MSP430 Ultra-Low Power 16-bit Microcontroller Forum » All Tags » MSP430F5529
Share
MSP430™ Microcontrollers
  • Forum
  • Announcements
  • E2E Wiki

Browse by Tags

MSP430™ Microcontrollers

Welcome to the MSP430™ Microcontrollers 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:
MSP430F5529
  • adc
  • BSL
  • BSL430
  • CCS
  • CCSv4
  • Code Example
  • Code Examples
  • Flash
  • I2C
  • IAR
  • Jtag
  • Launch Pad
  • launchpad
  • MCU
  • microcontroller
  • Microcontrollers
  • msp 430
  • MSP430
  • MSP430 microcontroller
  • MSP430F2274
  • MSP430F5438
  • MSP430F5xxx
  • MSP430FG4618
  • MSP430x2xx
  • msp-fet430uif
Related Posts
  • Forum Post: Re: USB and Ethernet conectivity

    aBUGSworstnightmare aBUGSworstnightmare
    Hi Shamik, TLK100 is just the PHY; for Ethernet connectivity you need to have the MAC (extra component or integrated into your DSP/MCU) too. Regarding USB connectivity, TUSB3210 (which has a 8051 core) could be a choice. TUSB2036 is only for USB HUB applications, so if you do not want to build a...
    on Nov 17, 2009
  • Forum Post: Firmware update in product for MSP430F5529 design based on MSP430F55XX USB 80-Pin target board

    vijay kumar14480 vijay kumar14480
    I am designing a board based on the MSP430F55XX USB 80-Pin target board, with the MSP430F5529 micro controller. I load the code using the JTAG and the MSP-FET430UIF. How can the firmware be updated in the board when it is in customer site? Is JTAG only way to program the flash? If so is there...
    on Dec 18, 2009
  • Forum Post: MSP430F551x/552x SVS/SVM over recommended ranges

    Shungo Shungo
    Hi everyone, I want to information about MSP430F551x/552x SVS/SVM over recommended ranges of supply voltage and operation free-air temperature. This is written in MSP430F543x/541x datasheet (slas612a.pdf) p.53 "PMM, SVS High Side" and more. But it is not written in MSP430F551x/552x...
    on Dec 22, 2009
  • Forum Post: Re: MSP430 and USB

    Les Taylor Les Taylor
    The MSP-TS430PN80USB target board will have additional inventory in place January 28th to support all current back orders. This will include two silicon device (MSP430F5529iPN) with each order.
    on Jan 20, 2010
  • Forum Post: How can I trigger DMA on MSP430F5xxx by the USB Module?

    darkwzrd darkwzrd
    Hello Forum Readers, I have been recently looking at the USB CDC and HID stacks (http://www.ti.com/litv/zip/slac285a). The author of the example code seems to be doing manual DMA triggers to move data. I was hoping to implement a more automatic approach. The datasheet for the MSP430F5529 (http...
    on Mar 6, 2010
  • Forum Post: MSP430F55XX USB enumeration fails on reconnect

    Norbert ten Hove Norbert ten Hove
    Dear forum members, I have a problem with the USB CDC API v1.19 on a MSP-TS430PN80USB with a MSP430F5529. The board is powered from the FET (not from USB). USB is merely used for the connection with a host (Windows PC). When running any of the CDC examples (included with the CDC API) for the first...
    on Mar 11, 2010
  • Forum Post: Re: Where to buy MSP430F5529?

    Jeff Tenney Jeff Tenney
    Hi Les or other TI employee who might know, Can you provide a status update on the '5529 availability? Will distributors have production quantities in stock later this month? This part has been delayed so much that my project is now stalled waiting for production. The Jan 2010 RTM changed to...
    on Jun 12, 2010
  • Forum Post: MSP430 HID USB Application - Source Code Available?

    JRW JRW
    Wondered if the source code for the TI MSP430 HID USB Application (version 0.6 - Author: William Goh) is available? I'm playing around with the MSP430F5529 and would love to see how it's all connected on the PC side of things... Thanks!!
    on May 28, 2010
  • Forum Post: Communication Error - MSP430-TS430PN80USB

    JFK JFK
    Hi, I'm having the following problem: Communication error. Check if hardware is connected. Check if debug protocol (SBW or 4-wire) is correct. This error appears when Download and debug in IAR Embedded Workbench. In CCS v4, the archive msp430f5529.ccxml has invalid character...
    on Oct 6, 2010
  • Forum Post: Re: How can i define ports in msp430f5529?

    JFK JFK
    Hi Jens-Michael Gross, Now I'm using the library io430x552x.h but two errors will occurs. The error ocurred in the following part: void SetVcoreUp (unsigned int level) { // Open PMM registers for write PMMCTL0_H = PMMPW_H; // Set SVS/SVM high side new level SVSMHCTL = SVSHE + SVSHRVL0 *...
    on Oct 20, 2010
  • Forum Post: Re: How can i define ports in msp430f5529?

    JFK JFK
    Hi aBUGSworstnightmare , Now I'm using the library io430x552x.h but two errors will occurs. The error ocurred in the following part: void SetVcoreUp (unsigned int level) { // Open PMM registers for write PMMCTL0_H = PMMPW_H; // Set SVS/SVM high side new level SVSMHCTL = SVSHE + SVSHRVL0...
    on Oct 20, 2010
  • Forum Post: Host USB-HID communication for Texas Instruments MSP430F5529 using Embarcadero RAD Studio XE

    Gamini Gunaratna Gamini Gunaratna
    For this, many examples are available on the web. But, I did not see any RAD Studio XE example to do USB communication for Ti - MSP430 family (or any other) microcontroller. In this example I am trying to show how easy to use RAD-XE to make a USB host program. The source I used is free and can...
    on Dec 15, 2010
  • Forum Post: MSP430 USB API driver

    guangxin Zeng guangxin Zeng
    Hi, Dear TI: I am going on the driver for USB in MSP430. relating the code provided by TI and the datasheet, there is a question from me: when the NAK bit (input endpoint 0 or output endpoint 0) is set, and the UBM receive a setup token, how does the UBM respond to this action? just asserts the interrupt...
    on Dec 22, 2010
  • Forum Post: Should I use more conservative settings (higher voltages) for SVSH with a MSP430F5529 than those recommended in the user's guide?

    Jason Work Jason Work
    What are the best settings of the supply voltage supervisor high-side for this application? What reset voltage level (SVSHRVL)? What reset release voltage level (SVSMHRRL)? In this application, the core voltage is set to 1.60 V (PMMCOREV = 1), which allow for a supply voltage minimum ov...
    on Apr 20, 2011
  • Forum Post: UART BSL for 55XX

    Brian Costabile Brian Costabile
    I've been able to build, flash and load an image using the UART_BSL code supplied from TI on an MSP430F5524. It doesn't work exactly as I'd expect when I compare it to the ROM based UART_BSL on the F2XXX series. After entering test mode using the documented sequence (Toggle TEST line twice...
    on May 22, 2011
  • Forum Post: Re: F5529 composite device driver

    Carey75432 Carey75432
    Hello I used the MSP430F5529 and downloaded the “MSP430_USB_Developers_Package-3.0- Installer.exe”. I have compiled one of the composite device example(CHM1_ Example ), and loaded the result on the board, when plugging to a USB port, we can see a USB device appeared with a yellow...
    on May 31, 2011
  • Forum Post: MSP430F5529 ADC12IFG question

    Greg Whitmore Greg Whitmore
    I am having issues running the different ADC examples provided for the MSP430F5529. It seems to be an issue with the ADCIFG addresses. The only examples that will run properly are those that use ADC12IFG.0 For example, MSP430F552x_adc_06.c is configured for ADC12IFG.3 using ADC12IE=0x08 (msp430f5529...
    on Jun 8, 2011
  • Forum Post: F5529 composite device driver

    Pascal4275 Pascal4275
    Hello! I am playing with the 5529 USB evaluation board right now. I have compiled one of the composite devices, the one with HID, CDC and MSC, and loaded the result on the board. When plugging to a USB poart, there are 2 items appearing in the removable devices area, and I can add files and...
    on May 15, 2011
  • Forum Post: MSP-EXP430F5529 accelerometer issue

    Peter Dusel75221 Peter Dusel75221
    I have a nice new EXP430F5529 experimenter board. Neither the mouse demo that came pre-loaded, nor the cube demo in the posted user experience 1.0 code work. They both hang after initializing the accelerometer and waiting for an interrupt that never happens from it. It takes a reset to get the board...
    on May 26, 2011
  • Forum Post: Re: MSP430F6638 USB enumeration issue

    Neil Sherman Neil Sherman
    I just solved a similar problem with an MSP430F5528 running on TI's MSP-TS430RGC64USB board. The USB stack initialization hangs in the XT2_Start function in HAL_UCS.c I noticed that the USB stack is setting the XT2DRIVE bits to value 3 when the datasheet suggests they should be 0...
    on Jul 27, 2011
  • Forum Post: i2c library problem help

    joju mohan joju mohan
    hi i am new to msp430 mcu when i used i2c library function i got 3 errors 1 [E0002] Illegal mnemonic specified 2 [E0003] Only labels and comments may begin in the first column. Make sure that the label name is not a reserved keyword. 3 [E0300] The following symbols are undefined: USISWRST...
    on Aug 10, 2011
  • Forum Post: MSP430F5529 Footprint for OrCAD Capture

    Sichen Liu Sichen Liu
    Hey all, T.I. provides Allegro footprints, but I was wondering if I can convert that to OrCAD Capture's .olb or .lib (maybe even .bxl) files? If so, how do I do it and with which of the three files from the Allegro footprints? Many thanks in advance! Sichen
    on Sep 23, 2011
  • Forum Post: MSP-TS430PN80USB rev1.2 current consumption with MSP430F5529 in LPM3

    Luca Bellaroba Luca Bellaroba
    Hello, I've purchased the MSP-TS430PN80USB EVM Board with MSP430F5529. I'm using this board as a referance for develop my project.Because my project is very sensible to current consumption, i'd like to know what is the overall current consumption of the board under these conditions: -...
    on Oct 5, 2011
  • Forum Post: Re: questions related to MSP430F5529 USB

    Greg Whitmore Greg Whitmore
    This may not answer all of your questions, but SugarAddict on 43oh.com is custom building a breakout board for the F5529. http://www.43oh.com/forum/viewtopic.php?f=8&t=1631&hilit=f5529+breakout He may be the guy to ask.
    on Oct 21, 2011
  • Forum Post: ez 430 Chronous watch and the MSP430F5529 Experimenter's Board

    Jerry Bonner Jerry Bonner
    Is software avalable for download to interface the MSP430F5529 Experimenter's Board with the EZ 430 chronous watch?
    on Nov 2, 2011
1234
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