I hav the ez430-rf2500-seh solar energy harvesting tool. I decided to make some modification based on the Demo code.
I wanna choose P3.5 (UART) as a receive pin.
I follow the sample codes to write a simple interrupt.
I disable the previous P3.5 function (connect to solar panel inner battery ) in the demo code.
I hav alrdy reserve a location in the msg. And the preset number can be transmitted out successfully.
I also use an echo (UCA0TXBUF=UCA0RXBUF) to test whether the ED receive the data from another board successfully.
Here comes the problem:
If i wanna the transmission btwn ED and AP, I cannt use P3SEL=0x20.
If i wanna the interrupt to happen, I hav to write in P3SEL=0x20.
I change the P3SEL=0x2F according to datasheet. But it can not work!
The cc2500 and MSP430f2274 communicate via SPI mode rite? Does that mean i can not use UART mode?
What exactly should i do to juz transfer an integer from another board to ez430-rf2500 target board????
Anybody can help me with this issue????? It looks like an easy task......
Thanks so much in advance!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!