Dear leo,
There is a AP as Data Hub and many EDs.The Link Token and Join Token will not be changed after prgrammed in our products.
we had restored the connection info to the flash of CC1110. It could work perfect perfectly after power cycle, but we find a bug, The AP must be ready earlier than the EDs(rx poll), the EDs need to SMPL_Init successful, otherwise the EDs can only send message to AP,not receive message from AP.
We have question, Not all info of SMPL_Init() can save to flash? We need link to AP successful once,
not need SMPL_Init() successful again next power cycle, after all we can not control which one start up first.
we try to modify 'sAPAddress', 'sLinkToken', 'sJoinToken' in RAM of cc1110,but it is not helpful.
How can we do to solve it ?