Quantcast
Channel: MSP430 Technical Forums
Browsing all 2077 articles
Browse latest View live

Energia Port Manipulation Or Equivalent?

Tiva C TM4C123G EK-TM4C123GXL Energia 0101E0012 Windows 7 Ult 64-Bit I've been looking to see if their is any equivalent version of the Arduino DDRD,PORTD or some way to write pins on or off at the...

View Article


How to Generate 38KHz 30% Duty Cycle PWM Waveform in low power mode in a...

How MSP430G2231 Generating 38KHz 30% Duty Cycle PWM Waveform in low power mode

View Article


can bus?

I'm starting to work on the motor controller for my robot project again and am thinking about switching to can bus for inter-module communications. Does anyone have experience working with can bus and...

View Article

Image may be NSFW.
Clik here to view.

Problems with HC-06 in TIVALAUCHPAD

i use this code void setup() {     Serial1.begin(9600);     Serial.begin(9600);          pinMode(RED_LED,OUTPUT);     digitalWrite(RED_LED,HIGH);     delay(5000);     digitalWrite(RED_LED,LOW);...

View Article

IRremote library sometimes leaves led on

As reported in this topic (sending samsung tv raw ir codes) sometimes the led stays on after transmitting. I see that the library defines these macros: #define TIMER_ENABLE_PWM (TA1CTL = TASSEL_2 +...

View Article


Read a line of input from the Code Composer Studio (CCS) console using an MSP430

I want to read a line of input from the Code Composer Studio (CCS) console using an MSP430   I am able to get printf(…) working to the CCS console by doing the following:     Proj properties ->...

View Article

Write Data to Flash

Hello,   I am locking for a solution to write data from the program on the MSP430 to the flash, that it is available after the power was off. Do I have to do this in assembler, or is their a...

View Article

TM4C1294XL Problem with SimpleLink Wifi Library

Hi,   I am trying to compile and run SimpleLink Wifi Library for the CC3000 Booster Pack, seems the execution hang in the Wifi.begin(). As I am newbie  whether I am making any mistake on connection or...

View Article


Code Composer Studio v6 beta: "InsertFileNameHere does not contain frame...

Hi,   I am using Energia and thus GCC toolchain. I get the above message in the subj. on every compiled file, in Debug view.    Also, I can not step-return, and my stack always shows only the function...

View Article


How to wake up on keypad press ? [IR-Remote Project]

Hello, I'm still working on my Project -> C2RC -> Calculator2Remote Conversion  The circuit and the IR codes now work after I adjusted the pulse timings.  But now I wonder how I can put the...

View Article

Device not recognised on windows

I installed the launchpad (MXP430G2) drivers for windows from https://github.com/energia/Energia/raw/gh-pages/files/EZ430-UART.zip . However the device is not recognised by the system. I tried...

View Article

Image may be NSFW.
Clik here to view.

New LaunchPads and BoosterPacks Pins Maps

Please find two new LaunchPads and two new BoosterPacks Pins MapsLaunchPad with MSP430F5529LaunchPad with MSP430FR5969 —awaiting validationEducational BoosterPack MKII —awaiting validationSharp Memory...

View Article

5529LP Win 7 driver error

I was trying to connect my 5529 Launchpad to my win 7 32-bit laptop. When I try to update the drivers for the device I get an error saying "Windows found the drivers but encountered an error". I...

View Article


Problems understanding MspFlash

Hello,   I'm using a Rev 1.5 MSP430G2 with Energia E0012 (to get that out of the way).   I'm using the flash_readwrite.ino example on github as my reference.   When you use program memory with...

View Article

Input bits to byte, and byte to array

Hello all,   I am looking for a solution to write the state of an digital input to a byte. One by one. So the first time, I want to write to 0.0, the second time to 0.1, and so on. When the byte is...

View Article


Image may be NSFW.
Clik here to view.

Project f-Spell: Now you can type even without Keyboard!

It all started with an aim of improving communication between speech & hearing impaired and normal people. But it has now almost become an alternative input device for any computing device!   So...

View Article

telnet server problem with CC3000

Hardware: Tiva-C + CC3000 Boosterpack Software: Energia 0101E0011   Im trying to implement a telnet server with the CC3000. - The CC3000 connects correctly to the Wifi and responds to ping. - When i...

View Article


ReadASCIIString

Hi --   I have been trying to use Serial.parseInt() -- but can't get it to work.  It appears to read on digit only.     So, I thought, try an example.  However, ReadASCIIString does;t work, either, at...

View Article

Issues with "Simple web client" sample on the MSP430FR5739 with CC3000

When trying to run the “Simple Web client” sample, I am getting “Attempting to connect” although the serial monitor needs to pring more according to code: Serial.print("Attempting to connect to SSID:...

View Article

ADC DMA set up MSP430FR5969

Hi, i would like to move data from ADC12MEM0 from its memory location to a choosen mamoery location by the means of DMA. the ADC is working correctly. Here it follows DMA configuration :...

View Article
Browsing all 2077 articles
Browse latest View live