SparkFun Forums 

Where electronics enthusiasts find answers.

Discussions on how to get your MSP JTAG programmer up and running.
By naz
#73665
hello all,
how many timers need to 2software uart in msp430f2111?
By OldCow
#73693
It is difficult and limiting to implement pure software UART in c. With the hardware compare/capture channel of the timer module in MSP430, implementing a timer-cc assisted software UART is quite simple (but still somewhat limited). MSP430F2111 has a TimerA with three cc channels. One can use them to implement either three half-duplex-UARTs or one full-duplex- and one half-duplex-UART.

By the way, I have the impression that you have been asking about exactly the same thing for the past three months. You wrote dozens of posts and started half a dozen threads here alone. I admire your determination and perseverance. But I think you are taking the wrong approach and will not get anywhere.

I think you have a not well-defined and ill-conceived objective. You keep asking others to give you sample code or guidance of coding an undefined program. With the energy you spent on such fruitless efforts, you could have learned a lot about basics of how to plan and write programs.
User avatar
By leon_heller
#73694
I did think of referring him to the MSP430 group, but people wouldn't be as gentle with him there. Paul C, for one, would have a lot of fun with his questions.

Leon
By qwert
#167838
hi sir, i need help from you
in MSP430F20xx Demo - Timer_A, Toggle P1.1/TA0, Up Mode, DCO SMCLK
: Toggle P1.1 using hardwaree TA0 output

how to do it .

and also how to check the result and where