Launchpad is a value development kit for the MSP430 microcontrollers designed by Texas Instruments.
0
votes
1answer
39 views
Rtc on msp430 crystal 32.768kHz, low power
I need setting timer on interrupt every second. I use 32.768kHz external crystal, mcu is MSP430G2553. In addition to the need get under consumed 10μA.
I try this code but consumed was cca 80-90 μA. ...
0
votes
2answers
96 views
Are there any transparent enclosures or housing options out there for the Stellaris LaunchPad?
I come from an Arduino background, where there are a number of enclosures available for the standard board sizes.
We've just installed some software on a Stellaris LaunchPad at work, and we want to ...
4
votes
1answer
175 views
Cortex-M4F FPU problems
I'm writing some code for a Texas Instruments Stellaris Launchpad board (a Cortex-M4F, the chip is a LM4F120H5QR). I'm using the IRMP library for infrared decoding, which works fine, as long as I ...
0
votes
0answers
59 views
What factors should I consider in choosing a development tool for the Stellaris Launchpad [closed]
I am just getting started started with the Stellaris Launchpad. I've done some projects with Arduino and there is just the one development environment. The Stellaris has multiple tools that can be ...
1
vote
1answer
42 views
Are there limitations on the boosterpacks stacking ability of the ti launchpads
I've read many pdf's about the launchpad but one thing is not clear to me yet:
Can any boosterpack be combined with any other boosterpak?
If not, how can I tell which boards might work together?
0
votes
0answers
117 views
Can I use the cycle counter for 5xx devices in IAR for MSP430 using Spy-Bi-Wire?
I am using a LaunchPad to debug a MSP430F5310 using IAR. I follow the instruction on the C-SPY Debugging Guide but can't get the cycle counter for 5xx devices working. This function only work with ...
1
vote
0answers
145 views
Good book for Microcontroller Interfacing [closed]
I have a bachelors in CS and have been a web developer for a few years. I consider myself to have a good understanding of computer architecture, however, I've been wanting to dive into Electronic ...
0
votes
0answers
78 views
Starting to tinker, any advice? [duplicate]
Possible Duplicate:
How to become an embedded software developer?
What good resources are there for a high school student to start learning electronics?
I have recently purchased a ...
3
votes
2answers
845 views
Control TI Launchpad over USB
What's the easiest way to control a TI Launchpad (MSP430) from Linux over USB? I just want to use the board to drive some LEDs while it's tethered to my computer, so I'm looking for a way to simply ...
1
vote
1answer
503 views
quick hack to use an arduino or msp430 launchpad as a serial passthru to reprogram a fonera?
The fonera has 3.3V tx/rx logic, I have a launchpad and an arduino, can i use any of the cable/boards to reprogram or access the serial on a fonera?
fonera serial info is here : ...
3
votes
5answers
835 views
Debugging initialization of LCD with NT7605 driver
I've been trying to get my LCD initialized for about a week now, and am quite embarrassed to say that I've been unsuccessful thus far. I've done this in the past, and I remember it being a little ...
4
votes
1answer
3k views
TI MSP430 Launchpad + Ethernet
I just received my TI Launchpad and I'm wondering how can I add something like an Ethernet Shield from Arduino, in order to display a simple webpage... ?
Do you know any Ethernet shield for Launchpad?
...
8
votes
1answer
1k views
TI Launchpad USB serial comms in OSX
Has anyone managed to get a TI Launchpad doing serial comms via the onboard USB chip (TUSB3410) to OSX?
I have mspdebug working for uploading code. But to get serial I'm having to plug an FTDI chip ...