Configuring CCSv6 to debug Energia
This is not entirely an Energia question, but I did not want to split it in two. So I've imported my Energia sketch into CCSv6, and now having a hard time debugging it. But that may be because I am...
View Articlemsp430g2553
Hi am new to the msp430,and trying to receive a string and transmit the same,am not getting the output.can anyone tell me the what is the problem.This is my code unsigned char...
View ArticleNeed help Converting AtTiny45 Code to MSP430G2533
Hello, I am very frustrated am i'm still on the project to decode the IR remote of my toy Heli. Unfortunately I'm stuck and I need your help in the conversion of the code below. Thanks for this...
View ArticleStruggling with configuring CCS to step over interrupts etc.
Sorry for a newbie question. I am trying to make CCSv6 to work for me in debug mode. What I need is 1) most important/urgent: configure it to step over interrupts without disabling them 2)...
View ArticleMSP430 time logger using 808 keychain cam, need code help
Hi guys, I’m working on a project where i need to log the date and time whenever a trigger is activated.I've had a couple launchpads laying around that I never got around to using so I thought this...
View ArticleInterfacing Energia and OpenMSP430
Hi , I am using http://opencores.org/project,openmsp430 (MSP430 clone written in verilog) for my studies . And i was using Energia (with LaunchPad) for quite some time . Now i wish to arrange a...
View ArticleHad an idea for a clock, not sure how to do it.
I needed a diversion.(Ignore the LED overlap on the eyes- these are shown as 3mm LED's.)(But I'm planning on 2mm which works on the radio shack board). The thought was the left eye would illuminate an...
View ArticleHow to read the current counter value of timer
Hello, I want to perform something simple like a time measurement. With AtTiny i can use the TCNT0 register/variable to read the current counter value and reset it with TCNT0 = 0; I used...
View ArticleInputting a clock from a 555 timer
This is my first project so I am trying to do something simple. I have this board called a Bread Board Companion. I made in my high school digital electronics class and it includes some switches, LEDs,...
View ArticleA C++ wrapper for MPS430?
I may be trying to bring a foreign way of thinking into an area where perhaps there is no need for it, instead of rewiring my brain to adapt to the new field. Having said that, I can't be alone.. there...
View Article43Oh_RFID booster pack NFRC522
Hi, I would like introduce my last boosterpack - 43Oh_RFID. I use very popular chip -> NFRC522 (energia library was posted at:...
View Articlehow to load a compiled binary file?
I need to send an updated program to a customer to load. but I don't want to send the c++ files and CCS. I know I can compile to a binary file, how can i get the customer to download this file to...
View ArticleEnergia Sharp Memory LCD Example Library Question
Hey everybody! I have the FR5969 Launchpad up running with Energia. I have a 128x128 pixel Sharp Memory LCD and a 400x240 pixel Sharp LCD that I'm trying to get running on the FR5969. I tried...
View ArticleMSP 430 Timer Logic?
Hello Guys, I am trying to understand how the MSP430 timer works. I am running the sample code that comes from TI, and trying to play around with the number of counts. I understand the formula...
View ArticleIs there a way to use the MSP430G2210 With Energia?
Hi everyone. Question tells all about my problem. I have a project, where I have very limited PCB size, and do not essentially need anything bigger than the 2210. Is there a way to make it work with...
View ArticleCCS questions
I think I'll post my CCS questions here under one thread, to avoid flooding the list. (I am using CCSv6) Q1. given a char* p, is there a way to evaluate it as a string? I.e. to see all its...
View ArticleHow to define a pin in Code composer studio
Hello, I'm total newbie and i have my first problem: I try define a pin in my launchpad with msp430g2553 but i don't get it. In IAR i know this: #define LCD_4 P1OUT_bit.P1OUT_0 But in code...
View ArticleProblem with UART and Bluetooth module
I'm trying to communicate an MSP430 to my laptop through a KC-21 module. Below is a capture of the data with the msp430 using a 115200 baudrate. As you can see it has some issues. I tested a few...
View ArticleWhere is PAIFG_L defined?
From looking at msp430f5529.h /* External references resolved by a device-specific linker command file */#define SFR_8BIT(address) extern volatile unsigned char address ... SFR_8BIT(PAIFG_L);...
View Article