MSP430 USB Bootloader
Hello, in my project I want to use the MSP430G2553 as a master which communicates with another device via USCI_A0 UART mode. Is it possible to program the MSP430G2553 via the other modes, e.g....
View ArticleWant to send bytes of Hex Data to USB. How to do this?
I'd like to send MIDI control commands (or should I say simple Hex 0x00 strings) to a usb port. How can I achieve this? Something not far from this project, but far simpler: I'd like to have a set...
View ArticleMSP430 Capacitive Touch Library
Hello. I'm very new to the MSP430. I am having a lot of trouble getting the Capacitive Touch libraries to work in Energia. When I try to use the zip on the forums, Energia will not open. I download the...
View Articlemsp432 - run code from ram using arm-none-eabi-gcc in CCS
I noticed that if you use the TI arm compiler in CCS 6.x you can easily run code from ram. Unfortunately, it doesn't seem like they have implemented that for the arm-none-eabi-gcc compiler. Attached...
View ArticleMSP430G2553 with NRF24L01 Wireless
Hello all! I am currently working on a project that uses two NRF24L01 modules to communicate between two MSP430G2553 chips. The goal is to send a 14 character string of numbers and letters between...
View ArticleChanging code from running on Crystal to running on DCO
Howdy Everybody, I am trying to figure out how to change this code from running on the crystal to running on the DCO. I already built the board this is going on and dumbed up and did not make any...
View ArticleSalvaging and re-purposing a 5529LP with lost USB hub function to run Forth
Since my only 5529LP was confirmed no longer functioning properly and the likely cause is the USB hub module, there have been some thoughts going through my mind to salvage the core 5529 device on the...
View Articlemsp430g2553 / msp430x2xx pinmux
So, I'm kind of stuck on a question my buddy had on a question for the g2553 specifically. Which was: If the ADC module is enabled, and used for one pin( channel) only, can the rest of the pins that...
View ArticleMSP430G2553 SPI Slave mode behaviour
As a part of my teaching work, I wanted to demonstrate connecting Raspberry Pi-2 (as SPI Master) to MSP430 LP with MSP430G2553 (as SPI Slave), as an alternative to Arduino-Uno as a SPI Slave. It was...
View Articlemsp430fr2311 PWM
Has anyone played around with the new msp430fr2311 launchpad? It seems like the PWM output doesn't work for this one, anyone experiencing similar issues? I'm using the green LED (P2_0 - connected to...
View ArticleEXP5969 code failure
Hi, I have EXP5969 and CC1120, so I modified the code written for trxeb to access CC1120. The problem is when I debug the software no value is written in CC1120 register (registerConfig() function). I...
View ArticleMSP430G2553 ADC
Hi, I'm new to MSP430, I'm using a MSP430G2553 in a project and need help with an in depth understanding of programming the ADC10 inputs of the MCU. I'm using a potentiometer in order to light one...
View ArticleEXP5969 supply voltage
Hi, The datasheet and userguide documents of msp430fr5969 mention that the supply voltage of this kit is 3.3 V. However when I measure it I get 3.6 V. Can anyone tell me Why I get this value instead of...
View Articleexp5969 and CC1120
Hi I have both exp529 and exp5969 boards with cc1120. I programmed exp5529 to transmit/receive packets with no problem. When I moved to exp5969 I encounter an issue. CC1120 doesn't respond to write...
View ArticleHaving trouble installing Code Composer.
I just got an MSP430 development board. I followed the quick start book that came with it by downloading code composer from the TI website, but I don't know what to select for some of these options....
View ArticleTrying to alternate blinking of two LEDs
Sometimes when I run this code, the LEDs will blink alternatingly, while other times they will blink synchronously. Why is that? #include <msp430.h> int main(void) { WDTCTL = WDTPW |...
View ArticleBest LP for WSN
I need LaunchPad to design wireless sensor node. I prefer one with LCD to display status information. Preferred storage >= 64 KB RAM >= 2 KB Power: ultra low Now I have F5529 and FR5969. any...
View ArticleAdafruit ILI9341 port for Energia
Adafruit ILI9341 is an Arduino library for ILI9341 TFT display. This is a cheap controller and display module that can be bought on ebay/aliexpress fror as low as 6$. Recently I experimented with...
View Article"Error Initializing emulator". What does it mean?
When I plug it in and hit debug, i get an error that says : "MSP430: Error initializing emulator: No error". If I keep trying eventually it'll start working. Also, when I plug the MSP430 in, it...
View Article