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.

Peer To Peer SimpliciTI- No Link

I  need help, please! Any Ideas of how to solve the issue, or where to look while debugging we'll be highly appreciated.

I’m trying to run Simple Peer To Peer example on a board using a CC430 I'm working with CCS v5.The bsp board has been tried before and seems to be ok.  I changed address for LinkTo and LinkListen, (I created new projects, one for each one). One address changed first byte 79, the other address 85. I load the code in the devices.

Then I follow steps described in SWRA243 version 1.3, in step number 5, it fails, the link is not establish.

I mean that, I turn both devices on (2 leds on), I press buttom in Listener (one led on), I press a buttom in LinkTo(blinking leds). So the link is not established. I don't undestand why.

Looking into the code,  both LinkTo and LinkListen, never enter this expression

Debuggin Main_LinkTo.c

while (SMPL_SUCCESS != SMPL_Link(&sLinkID1))

Main_LinkListen.c

if (SMPL_SUCCESS == SMPL_LinkListen(&sLinkID2))

Both expression are never evaluated true.

I don't understand why this is happening. I have look for same problem in other people, and it seems sometime happens, but they don't clarifie how to resolve it.

Any clue of where to look for understanding why is not working?

Might have something to be with the timer of listening, os SMP_LinkListen? Where can I find this timer?

I'm not sure if I understand well what should be done:

Listener after pressing the buttom is waiting for a message. SMPL_LinkListen I suppose is in charge of turning on the radio, and I understand it turns radio off when or timeout, or receiving a message.... If receiving a message it sends an ack back to LinkTo

LinkTo: sends a message aferter pressing the buttom.and it listen?

Please, any information will be wellcomed, as I' don't know how to proceed next.

Thanks