Other Parts Discussed in Thread: MSP430F2013 , MSP430F2370 I needed a full-duplex software UART solution on the MSP430F2013 in C, so I modified the TI code example. It uses both capture/compare registers of timer A, so the interrupt is always ready to…
Hello old_cow_yellow.
We're using the msp430f2013. I don't know the rev number of each part. How do I find that? We are pulling P1.5 from high to low and triggering on the high to low edge. It is held high w/ a 1M resistor to VCC. The interrupt works…
Other Parts Discussed in Thread: MSP430FG4618 , MSP430F2013 I'm trying to setup the SPI communication (with USCI) on MSP430FG4618. I couldn't find it anywhere talking about 16-bit transmit buffer. Basically I'm trying to use FG4618 to communicate with…
Other Parts Discussed in Thread: MSP430F2013 Hello,
I bought a eZ430-F2013 few days ago and installed it on 2 PCs. On the first PC all is OK. On the second one the following error message appears when launching "debug active Project" in CCE.
…
O.K.! I just expanded a sample I've already used in a different
posting to fit your needs. Check it out to see if it works now!
aBUGSworstnightmare
/*----------------------------------------------------------------------------- //
Compiler…
Other Parts Discussed in Thread: MSP430G2231 , MSP430F2013 Hi Sir,
I am new to msp430 programming & using TI's MSP Launchpad,having msp430g2231 controller.
I want to send the character A-Z to hyperterminal,i google out one code which i mention below…
Other Parts Discussed in Thread: MSP430F2013 , CC2500 , SIMPLICITI , MSP430F2274 I would like to know the answer to a few high level questions regarding MSP430s talking to LPRF devices.... Setup as follows: Simple PIR detector connected to LPRF transmitter…
Dear TI Support, I'm working with my USB device MSP-eX430 with the u MSP4302013 and the u Freescale MC9S08QG4, I'm using my MSP430 like Master and my MC9S08 like Slave to transfer data by I2C. I did this code but when I copile I receive a lot of errors…