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.

CC2530: How to extend BindingTable?

Part Number: CC2530

Hi, Team  

When BindingTable exceed limit ram size, can save BindingTable to flash.

How to extend BindingTable?

BR,

Alvin

  • You can change the following define in f8wconfig.cfg to adjust binding table

    /* Maximum number of entries in the Binding table. */
    -DNWK_MAX_BINDING_ENTRIES=4

  • Hi,

    The binding table is already stored in both NV (flash) and RAM. By default the maximum number of entries is 4 (NWK_MAX_BINDING_ENTRIES), and they take up 14 bytes each.

    Do you have a use case where your binding table size exceeds the amount of available RAM? I think it is more likely that your other device tables (association table, neighbor table, source rtg table) will push the limits of your RAM first.