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.
Hi all:
I am using EZ430 RF2500 development kit, and try to set up a simple packet wireless channel between two target boards. According to application notes DN500.
I need to put data packet in TXFIFO, and then signal for transmittion by sending a STX strobe. Then I wait unitl the transimittion to be completed.
The code I wrote is:
while (!(P2IN&0x40)); //GDO0 = 0x06; and GDO0 is connected to P2.6 of MSPF2274. Wait until the sync word is transmitted.
while(P2IN&0x40); //Wait GDO0 to be reset, end of packet.
But the code gets stuck on "while(!(P2IN&0x40));
Can anyone help me out here?
Thank you
There is an example using the eZ430-RF2500 called the Wireless Sensor Demo. This uses the SimpliciTI software stack as the base.
Do not worry about it anymore. I have found my problem. The problem was that I did not explicitly initialize P2SEL.
now packet all working now.
Thanks
**Attention** This is a public forum