• 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 » TI's MSP430 Tools and Mac OS X
Share
MSP430™ Microcontrollers
  • Forum
  • Announcements
  • E2E Wiki
Options
  • Subscribe via RSS
MSP430 Resources
  • MSP430 Product Folder
  • MSP-EXP430G2 - MSP430 LaunchPad Value Line Development kit
  • MSP430 Getting Started Guide
  • MSP430 Microcontroller Projects
  • More Resources >
  • Forums

    TI's MSP430 Tools and Mac OS X

    This question is not answered
    Andreas Dannenberg
    Posted by Andreas Dannenberg
    on Aug 31 2009 01:57 AM
    Genius11870 points

    Hi,

    I would like to gather your experience and feedback when it comes to running TI's MSP430 Windows-only development tools on the Mac. What works well? What doesn't? While there should be no problems using Boot Camp, from my own experience I can say that there can be issues when using a virtualization environment running Windows as the guest OS, mostly due to what seems like USB compatibility issues.

    Based on your feedback I would like to extend the below Wiki page:

    http://wiki.msp430.com/index.php/Category:Mac_OS_X_Support_-_MSP430

    When providing inputs, please include information such as VM name/version, host OS version, guest OS name/version, etc.

    Thanks,
    Andreas

    ---------------------------------------------------------------------------------------------------------
    Please click the Verify Answer button on this post if it answers your question.
    ---------------------------------------------------------------------------------------------------------

    Mac
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Chris Ingraham
      Posted by Chris Ingraham
      on Feb 17 2011 06:33 AM
      Prodigy170 points

      Hello aBUGSworstnightmare,

      Thanks for the information.  I figured that was going to be the case, but I noticed a few other posts on this thread by individuals that seemed to believe they had the Parallels, TI, and IAR combo working.  I will investigate the VMWare alternative.

      Thanks again,

      Chris.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Derek9531
      Posted by Derek9531
      on Mar 01 2011 19:55 PM
      Genius5510 points

      I'm using Parallels 5 with IAR, no problem, although there is one oddity - the FET430 won't work unless I disable it and then re-enable it in the USB menu.

      --Derek

      fixituntilitsbroken.blogspot.com

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Chris Ingraham
      Posted by Chris Ingraham
      on Mar 02 2011 06:19 AM
      Prodigy170 points

      Hi Derek,

      Thanks for the input.  I tried for hours using parallels 6 and windows 7 on the mac and was never able to get the USB FET430 to work.  I tried disabling/enabling as well as uninstall/reinstall drivers with no luck.  I switched to VMWare Fusion 3.2 and I have yet to find anything that fails to work.  The integration with the Mac is not as nice as how parallels did it, nor is the file sharing interface performance any where near as good as what parallels had, but at least all my tools work.  Having a great UI with parallels doesn't do me any good if I can't get my tools to work.

      At some point, (Parallels 7?), I'll try it again, but for now, I have too many other project commitments to deal with so I don't have time to fight with tools.

      Again, thanks for you reply and input!

      Chris.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Brian Gorman
      Posted by Brian Gorman
      on May 26 2011 01:45 AM
      Prodigy10 points

      You don't need the TI USB driver to use IAR in virtualbox, you just need ez430rf2500.kext from mspdebug, which is really not even a driver.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • WRX TX
      Posted by WRX TX
      on Sep 19 2011 14:43 PM
      Prodigy10 points

      I initially had some issues getting the IAR kickstart to properly flash my eZ430-F2013 from VirtualBox, but after playing around with the settings, I was able to get it to work.  I've had problems with other USB serial devices in the past and playing with the VT-X settings seems to make them work.  Here's a summary of my setup.

      Host hardware:  Macbook Pro, Intel Core i5, 2.3GHz

      Host OS: Mac OSX Lion 10.7.1

      Guest OS: Microsoft Windows XP SP3

      eZ430 Hardware:  MSP430-eZ430-F2013 (3Q 2006, kinda old)

      VirtualBox: 4.0.12, r72916

      VirtualBox settings:

      • System (Acceleration): Enable VT-X/AMD-V
      • System (Acceleration): Enable Nested Paging
      • Port (USB): Filter for MSP-FET430UIF JTAG tool, by plugging it in, letting VirtualBox see it, and selecting it.

      IAR: (From the TI Wiki page) FET605 - IAR Embedded Workbench for MSP430 version 5.30.1, slac050

      I built the flashing LED demo code, and I was able to flash, run and debug it from within IAR.  Seems very stable so far.

      NOTE: It is very important that the JTAG programmer is plugged in the USB interface *before* starting the virtual machine.  Otherwise, IAR cannot talk to the programmer.  I am not sure what is causing this yet.

      VirtualBox fet IAR Embedded Workbench Mac OS
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Terence Ang
      Posted by Terence Ang
      on Oct 14 2011 22:24 PM
      Prodigy20 points

      I made a "CDC/ACM" USB serial port driver for the LauchPad  / eZ430-RF2500  and FRAM kit.

      Access the LaunchPad thru a BSD TTY serial port, just like any other serial ports device.

      You have to remove any "code less Kext" on your system that attached to the FET430UIF to use this Driver, an IOpersonality is added to this driver to block AppleHID (credits to westfw).

      In the last revision, I added codes to the driver to only accept TI devices and allow the rest thru, so it can work with other CDC/ACM device (e.g. Arduino)

      The driver code is largely based on Apple's open source codes.

      Tested working on OS version 10.5.x, 10.6.x, 10.7.x

      Available here.

      MSP430LPCDC 1.0.3b.zip

      Most early discussion is done on this thread on the 43oh.com forum.

      www.43oh.com

      Regards,

      Terence Ang

       

      msp-fet430uif USB ez430-RF2500 UART Serial Communication Launch Pad
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Stan Hu
      Posted by Stan Hu
      on May 22 2012 17:06 PM
      Prodigy130 points

      I just got the MSP-FET430UIF to work under MacOS and Parallels, but I had to update its firmware with the MSP430 Flasher tool first on a native PC.  The MSP-FET430UIF driver installed fine under my virtualized Windows system, but Code Composer Studio and the MSP430 Flasher tool did not detect any FET devices.  Once I upgraded the firmware on my PC, Code Composer Studio on the Mac also asked to do a firmware upgrade, which I did.  Everything worked fine after that.

      Here's a link to the tool:

      http://processors.wiki.ti.com/index.php/MSP430_Flasher_-_Command_Line_Programmer

      Here are the details:

      MacBook Pro running OS x 10.7.3
      Parallels v7.0.15094
      Windows 7 64-bit
      Code Composer Studio v5.1.1

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    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