element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Code Exchange
  • Technologies
  • More
Code Exchange
Blog How to Easily Burn a Binary File to an MSP430 Chip Using the LaunchPad
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Code Exchange to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: DaveYoung
  • Date Created: 15 Apr 2013 6:27 AM Date Created
  • Views 6851 views
  • Likes 3 likes
  • Comments 15 comments
  • code_exchange
  • Code Exchange
  • programming
  • embedded
  • microcontroller
  • msp430
  • dyoung
Related
Recommended

How to Easily Burn a Binary File to an MSP430 Chip Using the LaunchPad

DaveYoung
DaveYoung
15 Apr 2013

Often times someone other than the firmware designer on a development team needs to program a TI MSP430 chip.  An analog, apps, or test engineer, client; even an end user does not want to mess around with installing an entire IDE for a released firmware update.  There are too many settings and parameters to worry about, in addition to a heavyweight program which may require a paid license to be installed.

 

Thankfully, a Binary file can be created by Code Composer Studio.  A Binary file has everything a microcontroller needs to know in order to execute the program, and can be sent directly to the chip to be run.   Usign this file, a small computer program called Lite FET-Pro430 by Elprotronic can use the MSP430 Launchpad hardware to program a chip without the user having to face a single line of code. It's easy, free, and best of all, leaves little room for error.

 

The video below shows how to create the Binary file and burn it to a chip.  I'm basing this video on TI's excellent tutorial located here.

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

Steps:

  1. Setup CCS to output a binary file.
  2. Download and install Elprotronic's FET-Pro430 Lite software
  3. Open FET-Pro430 Lite
  4. Load the binary file created by CSS
  5. Define the MSP430 Group and the type of chip
  6. Press 'AUTO PROG.'
  7. Press 'RESET'

 

And you're done!

  • Sign in to reply
  • Former Member
    Former Member over 10 years ago

    Hi Dave,

     

          Thank you for your answer. I'm just curious how it would work without the launchpad, and how in the real industrial application would work in programming hundreds or thousands of chips at one time, for example. Sorry for my in-experience, just out of my curiosity.

     

    Thank you,

     

           Yuttanant

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DaveYoung
    DaveYoung over 10 years ago in reply to Former Member

    Hi Yuttanant-

    I don't know of any way to program an MSP430 as you describe. While there may be a way to buy a programmer and flash a chip, why would you? An MSP430 launchpad is far cheaper than any programmer on the market, and it works like a charm!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago

    Hi Dave,

     

       Thank you for such a great video. I would also like to know if I have to load the program directly to msp430 mcu without using the launchpad, do I need buy a programmer? How would I be able to do it? Please advise...

     

    Thank you,

     

        Yuttanant

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 10 years ago in reply to dr.akshay_1980@yahoo.com

    Akshay,

     

    Have you gone to the TI E2E website?

    They have a wealth of information on each of the different launch pads and peoples experience with the various flashing options.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DaveYoung
    DaveYoung over 10 years ago in reply to dr.akshay_1980@yahoo.com

    You could write the firmware to add this functionality, apart from anything related to the method of programming the part or changing the bootloader. Something along the lines of running a loop to test if the user has input the correct sequence, and if they have, then run another loop forever with the desired code. I bet someone has come up with a project that does this; I'd suggest looking around to see how others have solved this problem. Or if you're the first one, make a post on the community for the part that you want to use (Arduino, MSP430, pic, etc...) asking the best approach.

     

    Good luck!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube