You cannot post messages because only members can post, and you are not currently a member.
Description:
A group for hobbyists and programmers to share their questions and projects involving the Texas Instruments Launchpad development tool for the MSP430 line of microcontrollers.
|
|
|
Max number of LEDs (MSP430)
|
| |
Hey all, I'm working on the MSP 430 and I'd like to know just how many LEDs I can independently control at one time. I've gotten to 3, using pins 1.1, 2.1, and 3.1. I'm sure there's a better way to do this, though. I'd like them independently controlled, as well- no using "1.1 + 2.1 = LED 4" or anything of the sort. How many LEDs have you guys used at once?... more »
|
|
generating pulse by msp430 launchpad
|
| |
hi, i m new to msp430 launchpad i want to generate pulse using msp430 please send me programme in c for this purpose....n pls tell me the method how can i controll the pulse.....n also tell me how can i see the pulse on CRO help me out please......
|
|
CVS anonymous server not working
|
| |
cvs -d:pserver:anonym...@mspgcc.cv s.sourceforge.net:/cvsroot/msp gcc login Logging in to ...CVS password: cvs [login aborted]: reading from server: Connection reset by peer The carriage return for password does not work. Can someone please fix?? I am able to access other anonymous cvs sites so the problem is at the... more »
|
|
USCI_B0 in SPI mode
|
| |
I am trying to use USCI_B0in SPI mode but when I probe the MOSI line with a scope I do not see anything. I can see that what I am sending is in the TX buffer in the watch window. My code is below, any help would be very welcomed. Thanks Kas int initSPI(void) { P1SEL = BIT5 + BIT6 + BIT7; // Configure SPI on USCI0 port B... more »
|
|
|