Port MSP430Gxx44 to Energia IDE
Hello dear developers, I am currently working on an automated rover project working on multiple MSP430 the board in charge of the electrical power management embbeds a MSP430G2744 model. As I quite...
View ArticleIs MSP[432] right platform for my ideas?
Hi folks, I wish to create (and market) series of open source projects that will include both mechanical and electronic / microcontroller components. While electronics periphery and mechanics will...
View ArticleCC3200: External Temperature
Hello, I'm searching for a simple example to calculate the external temperature with the development kit CC3200 with Energia. Regards
View ArticleHow exactly Energia MT handles single threads?
Hi everyone, I was wondering about how is the code handled when I create a single thread with the MSP432. Does it always use Energia MT or do I have to do something extra to use Energia MT with just...
View ArticleMSP432 SRAM retention and flash waitstates - check your settings
TI recently updated the MSP432 Technical Reference Manual to "revision A". Looking at the revision history shows some particularly interesting changes... First of all, the documented default value of...
View ArticleMSP-EXP432P401R UART Delay Question
Hello, I am in trouble with MSP-EXP432P401R Launchpad UART module when evaluating the board uart capabilities with the CCS - DriverLib example:uart_pc_echo_12mhz_brclk. To keep everything simple, on...
View ArticleTransmitting Serial data (ASCII) received from the computer to external LED...
Hi there! I am not very much experienced in MSP430 platform. I am kind of stuck in a problem. Let me describe my project goal first. What I want to do is: 1) I will input a letter (suppose "K") via...
View ArticleMultiple Sketches with Energia
Hello, How do I run multiple sketches in parallel with energia. Also I am using the cc3200 launch pad. Can one sketch be in access point mode while the other uses station mode? Thanks, Saleem
View ArticleBluetooth module
Hello, Is there any ti bluetooth module that is programmable with energia? Thanks, Saleem
View ArticleDebounce switch routine watchdog not work
Hi, I'm a newbie and I have a problem with debounce of 3 switches in an interrupt. Each switch toggles a led with an interrupt in P1. this software works when i press the switch slowly but when i...
View ArticleHelp to Port MSP430G2744 to Energia
Hello everybody, I am currently working on an automated rover project working on multiple MSP430 the board in charge of the electrical power management embbeds a MSP430G2744 model. As I quite used to...
View ArticleBlinking LED in a random interval
What I am trying to do is, making a PIN switch between its states (HIGH and LOW) with a random interval. My experiment outline is: There are two inputs from user, 1 and 2. An user input of 1 makes...
View ArticleCreate Map File with energia
Hello, what do I have to do to create a map file (for memory mapping etc.) during the built process. Thanks Andreas
View Articlewifi booster interfacing
Hi I am looking into using the wifi c3100 booster pack with a tiva c series board. What i want to do is export collected data from the tiva board to a phone or computer with the wifi booster. Where...
View ArticlePWM on MSp430fr5969
I am looking to run two motors via motor controllers that require pwm signals. I have learned how hardware and software pwm work. I also have learned what would be required to create a software pwm...
View ArticleCC3200: Date time
Hello, I'm looking for an example to get the actual date with Energia CC3200 WiFi Lunchpad. Any idea? Regards.
View ArticleEnergia running without problems Ubuntu 15.04
Folks, Seems that Energia 15 runs without lagging issues, and no back channel comport failures on Ubuntu velvet. Make sure to use the recommended udev rules posted on the Energia web site. "No...
View Article[Energia Library] radiohead library on msp430
Hi, I need to use the radiohead library (http://www.airspayce.com/mikem/arduino/RadioHead/ on my msp 430G2553. To do that, i use energia with the radiohead library. After that, i try to use them with...
View ArticleTaking Values from sensor using timer interrupt
Hi all I am new to energia and need some help in writing a code into msp430G2553 by using timer interrupt Here what i am trying is taking the analog input from a sensor but using external interrupt...
View ArticleMSP432 UART Extension
Does anyone know how to implement additional hardware based UART pins for the msp432p401r? I have looked in HardwareSerial.h where the Serial object is instantiated. There are clues here and also in...
View Article