Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

SimpliciTI Big Problem

$
0
0

Hi,

I'm using the SimpliciTI protocol to create a network with one access point and twenty peers, the connection topology works exactly as the demo temperature from TI. How i will put the same firmware in all peers, all of them has the same DEVICE_ADDRESS, and sometimes when i turn ON the peer, the access point don't recognize the linkID peer as new and then the callback function just receive the frame without pass through this part of the code:

if (sJoinSem && (sNumCurrentPeers < NUM_CONNECTIONS))
{
BSP_TOGGLE_LED1();
/* listen for a new connection */
while (1)
{
if (SMPL_SUCCESS == SMPL_LinkListen(&sLID[sNumCurrentPeers]))
{
TXString((char *)success,sizeof success);
break;
}
/* Implement fail-to-link policy here. otherwise, listen again. */


sNumCurrentPeers++;
BSP_ENTER_CRITICAL_SECTION(intState);
sJoinSem--;
BSP_EXIT_CRITICAL_SECTION(intState);
}

I had tested this in my code and when i tried to put the demo, the same thing occured. I would like to know if anyone had this kind of problem and how did resolved.

Thanks, Ânderson I. Silva


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>