element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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
Safe and Sound
  • Challenges & Projects
  • Design Challenges
  • Safe and Sound
  • More
  • Cancel
Safe and Sound
Blog Safe & Sound @ E14-CLEWE @#6_Energia!
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: jkutzsch
  • Date Created: 26 Mar 2017 12:58 AM Date Created
  • Views 618 views
  • Likes 6 likes
  • Comments 2 comments
  • safe and sound design challenge
  • safe & sound
Related
Recommended

Safe & Sound @ E14-CLEWE @#6_Energia!

jkutzsch
jkutzsch
26 Mar 2017

E14-C.L.E.W.E. INDEX:

#1_”The word.”

#6_Energia!

#2_”The Science.”

#7_Blog7

#3_"GPS decisions."

#8_GPS_Issues

#4_"GPS arrives!"

#5_"The box, the box!"

                                                                             image

Safe & Sound @ E14-CLEWE @ #6_Energia!

Welcome to another update on the E14 Custom Logging Explorer Wrist Equipped project with the Safe and Sound Design Challenge from Element 14.

This update is a quick one, I recently upgraded laptops for another project and had to reinstall some software, so I thought I would share really quick what I observed installing the Energia software to get it working with our MSP432P401R software.

 

  1. Energia.nu is the site to go to for downloading and reading up on this interesting IDE.  Per their website:

“Energia is an open-source electronics prototyping platform developed by Robert Wessels with the goal to bring the Arduino and Wiring framework to the Texas Instruments MSP430Tm LaunchPad evaluation kit. Energia is based on Arduino and the Wiring framework and includes an integrated development environment (IDE) that is based on Processing.”

From their downloads page I was able to get the latest Windows version:  Windows: Binary release version 1.6.10E18 (8/11/2016)

Download here: energia-1.6.10E18-windows.zip

On my previous machine I had everything setup for TI’s Code Composer but on this new one I was running fresh.  So I followed their directions on getting the drivers downloaded.

 

First off they gave a warning that the  MSP-EXP432P401RMSP-EXP432P401R requires that Energia be installed in a location without any spaces.  This is pretty easy to follow since by default when I extracted the program to my Element14 folder there are no spaces normally and I went with their default naming.

 

Next they tell you to be sure your board is unplugged.

 

Now you are ready to download:  MSP-EXP432P401R XDS110 Driver Package

 

They have both a 32 bit install file as well as a 64 bit, choose the appropriate one for your system.  I went with the Dpinsta64.exe.

 

Kept everything default and it all went fine.

 

They say to finally connect your LaunchPad and it should automatically be recognized.

 

 

image

You can see the Ports and TI information for the XDS110 being recognized when the board is connected.

 

For some reason I had thought they meant the actual board would be recognized and I would see something like MSP423P401R.

 

 

image

After extracting appropriately and running the energia program (I placed a shortcut to my projects area for easy access), you get the IDE.

 

As you can see though above there is no MSP432P401R option.  The guide says you just go to the board and choose the correct board. 

 

But! Back on the main page under notes for Energia 18 they let you know: “Default the Energia installation comes with support for the MSP430. Other cores such as TivaC, CC3200, MSP432 can be installed through the board manager by selection Tools->Board->Board Manager. “

 

So clicking on that Boards Manager option above the Energia MSP430 boards list gives you:

 

 

image

Here we have 2 potential choices:

 

Energia MSP432 EMT RED boards by Energia or

 

Energia MSP423 boards by Energia.  Both state that Boards included in this package:  MSP_EXP432P401R.

 

Looking at More info and Online help didn’t help me.  A little research and I found a pdf from Texas Instruments discussing the Black and the Red LaunchPad Development kits.

 

The Black kit is Revision 1 where as the Red kit is Revision 2.  Being as my board is very Red and all of the other videos I have seen out there were Black and the boards did look slight different...

 

image

Version 1.

 

image

Version 2.

 

 

 

I choose the Red board option and clicked install.

 

image

Now I can see the RED LaunchPad w/msp432 available.

 

image

Generally one of the first things you try is to run the blinky LED sketch for testing. Above is a picture of my board before the IDE was setup and it is already continually blinking.  I am not sure if it is supposed to do that, in fact I assume it is not otherwise why have me run the blink sketch.  But a quick modification where I changed the blink time to 2000 and uploaded the sketch, then right away my blinks were 2 seconds lit, 1 second off.

 

I will be playing with this more in the next few days and will be sharing my trials and successes as well.

 

A couple of side notes:

 

  1. 1.  I decided to add a 4 port powered USB switch instead of just pulling cords as needed.  This lets me just push a button.

image

I will probably just wire this into a test platform eventually.

 

image

Pretty simple but I like it better than my previous pull each USB cord as needed.

 

  1. 2.  Another box came in the mail!

 

image

 

image

 

image

Was a little surprised to see a pin bent at an odd angle, not sure how the bouncing inside of the box did that but those pins can be pretty “catchy.”

 

Huge thanks to E14 and Richard rscasny for getting all of these items shipped out. Thank you!

  • Sign in to reply

Top Comments

  • mcb1
    mcb1 over 8 years ago +2
    I hate trying to reinstall all the software ... I found a trick when I switched motherboards that fooled Windows into thinking it only had to update the HAL (Hardware Abstract Layer). That saved me about…
  • DAB
    DAB over 8 years ago +1
    Great update and good description of the installation process. Very useful. DAB
  • DAB
    DAB over 8 years ago

    Great update and good description of the installation process.

     

    Very useful.

     

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 8 years ago

    I hate trying to reinstall all the software ...

     

    I found a trick when I switched motherboards that fooled Windows into thinking it only had to update the HAL (Hardware Abstract Layer).

    That saved me about three days .... I still have a funny message about "starting windows for the first time' on full power restarts, but it works fine.

     

     

    Mark

    • Cancel
    • Vote Up +2 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