Energia is an open source & community-driven integrated development environment (IDE) & software framework. Based on the Wiring framework, Energia provides an intuitive coding environment as well as a robust framework of easy-to-use functional APIs & libraries for programming a microcontroller. Energia supports many TI processors, primarily those available in the LaunchPad development ecosystem. Energia is open source & the source code is available in github www.github.com/energia/energia.
According to Słownik frekwencyjny polszczyzny współczesnej (1990), energia is one of the most used words in Polish, appearing 79 times in scientific texts, 18 times in news, 10 times in essays, 5 times in fiction, and 2 times in plays, each out of a corpus of 100,000 words, totaling 114 times, making it the 533rd most common word in a corpus of 500,000 words.[5]
I'm wanting to quickly prototype a product with energia sketches (Energia 18) in CCSv7 working with different MSP430GXXX devices. When I create a sketch it defaults me to the MSP430G2553. I have a bunch of MSP430G2202's that I would like to use instead. When I right click on my project and go to Properties->General->Variant and set it to the MSP430G2202 it creates a new config file and sets it as active for me. Everything compiles fine, but when it trys to load it to the board I get the following error
dafc88bca6