Hi,
I use a if fonction :
if(g>=18){
TACTL=TACLR; //Reset Timer A
TACLT= TASSEL_0 + MC_1; //parameter Timer A
}
Should I writte something else after a " TACTL=TACLR" ? Do I need to writte again " CCTL1 = OUTMOD_7; CRR0 =31; CRR1 …
hi Liberty
your ground should be connected to vss and your hdq pin to the hdq of the ev2400 and you should have a pull-up to the hdq
We don't have any hdq drivers, however see attached app notes that might offer you some guidance.
7446.hdq_implementation_with…
Other Parts Discussed in Thread: MSP430FG4618 , TMP006 I am trying to interface the Msp430Fg4618 and Ml90614. it says the voltage is too high on the code. Also is it possible to interface the ML90614 with MSp430fg32013 i cant find the pins for this one…
Sherry,
What are you trying to achieve? If you are trying to establish communication with the gauge in hdq, i would recommend you review the following app notes.
0407.hdq_implementation_with msp430_slaa196.pdf
0624.msp430_hdq_slva413a.pdf
6574…
Hi Jimmy,
Ps review the following app notes. They should help get your system functional.
8206.hdq_implementation_with msp430_slaa196.pdf
7167.msp430_hdq_slva413a.pdf
7776.uart-hdq_slva101.pdf
thanks
Onyx
Hi Julien,
Pls see the app note below and see if that helps you some
hdq_implementation_with msp430_slaa196.pdf
msp430_hdq_slva413a.pdf
uart-hdq_slva101.pdf
thanks
Onyx
Hi,
I need to acquire digital data from a PIN and store them into a shift register of 256 elements.
I need also to access to those values for computational purposes.
Someone may help me in the declaration of this array and tell me how to acces…
Other Parts Discussed in Thread: MSP430F2012 , MSP430G2312 Wanting to replace MSP430F2012 device with MSP430G2312 for additional memory and cost considerations. In the past, we have programmed the F2012 on our target board using the Ez430 USB stick. Getting…
Dear TI Community:
I am new to the MSP430 and have recently started using the MSP430FG418/F2013 experimenter's board for learning purposes. I am trying to understand how the capacitive touchpad works. I looked at the "Hands-On Capacitive Touch" slide…