Thank you very much for your answer.
I have another question. In what moment is saved in the NVM tha binding table? Where is that table, in the coordinator?
My network has a coordinator, a end device and a router. I bind the end device with the router but when I ask to the coordinator about the binding table, there is nothing in that table.
I use this call for the binding table in the coordinator:
apsBindingTable_t bindingTable[gMaximumApsBindingTableEntries_c];
uint8_t index = 0;
for (index = 0;index<gMaximumApsBindingTableEntries_c;index++)
{
FLib_MemCpy(&bindingTable[index],(void*)(ApsmeGetRequest_gApsBindingTable_c(index)), sizeof(bindingTable[index]));
}
Any suggestions?
Thanks in advance,
Teresa