Other Parts Discussed in Thread: Z-STACK
Hi,
I get Bind response: table full because coordinator in my network bind more than 4 clusters on same entry.
(Just for note I defined Binding Table Size to be 10.)
Now from debug I sow that MAX_BINDING_CLUSTER_IDS made the problem and when I changed it indeed issue resolved.
BUT in Stack\nwk\binding_table.h there is comment:
// this value is built into the libraries, so it is not
// configurable in the release projects
So, what is right way to change MAX_BINDING_CLUSTER_IDS (I use IAR IDE)?
Thank you,
Yakov