EEVblog Electronics Community Forum

Electronics => Microcontrollers => Topic started by: ez24 on December 08, 2017, 08:31:27 pm

Title: Thoughts on Energia - Arduino IDE for TI MSP430 boards
Post by: ez24 on December 08, 2017, 08:31:27 pm
Has anyone tried Energia for MSP430 boards?  Energia is an Arduino compatible IDE for TI MSP430.
I have not tried it, I am starting to learn Arduino so I will start with the real IDE first.

http://energia.nu/ (http://energia.nu/)

thanks

Title: Re: Thoughts on Energia - Arduino IDE for TI MSP430 boards
Post by: mtdoc on December 08, 2017, 09:56:58 pm
Energia brings all the advantages and disadvantages of the Arduino IDE to TIs inexpensive MSP430 and ARM dev boards.

Personally, I like it for quick projects - though I’m sure the hardcore embedded developers will pooh pooh it...
Title: Re: Thoughts on Energia - Arduino IDE for TI MSP430 boards
Post by: paal on December 09, 2017, 08:24:50 am
I've used it quite a bit, and it has it's advantages. One of them being that energia sketches can be imported into code composer studio (free from TI) so that you can debug your programs properly (could be that the Arduino/AVR has the similar toolchain, didn't look for it, but it worked very well with MSP).
Also, the MSP's are extremely 'project friendly' in that they run off 2 x AA batteries, down to 2.1V or thereabouts (*),  are very low power and runs without a crystal.

Could be that Arduino offer similar advantages, I'm sure the experts will be able to chime in.

(*) Such low supply voltages on the MSP430 requires a lower clock frequency than what the standard Energia setup uses, but it's very simple to add a piece of code inline in your sketch that reduce the frequency to e.g. 8MHz, so that you are witing 'SOA'.