hello friends,
i need some help from you... I GIVE INPUT PWM TO ANY ONE OF PORT PIN (Ex.p1.1) , THEN INVERT THAT SIGNAL AND GET OUTPUT AT ANY ONE OF THE PORT PIN (Ex. p1.2).. how to do it..... ? ..
thanks in advance.....
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hello friends,
i need some help from you... I GIVE INPUT PWM TO ANY ONE OF PORT PIN (Ex.p1.1) , THEN INVERT THAT SIGNAL AND GET OUTPUT AT ANY ONE OF THE PORT PIN (Ex. p1.2).. how to do it..... ? ..
thanks in advance.....
first of all: don't shout...
Then figure out what device you are using and post in the correct forum. Or why do you tag MSP430 in a Linux forum?
Finally you should give more background and info on a real problem if you expect a decent answer.
Regards.
Jepardy: What is a monkey and a battery?
Hardware: Look up "Flip-Flop", or "Schmitt Trigger".
Software: Test input, then Toggle output of P1.1like this... P1OUT ^= BIT1, and many more ways.