ZBOSS buffer

Hello,

how can I increase the number of ZBOSS buffer (zboss_api_buf.h)? Currently they are 25.

We are using nrf52840 with nrf5 sdk for thread and Zigbee v4.2.0 without soft device library.

Best regards

Laura

Parents Reply
  • Hello Elfving,

    thank you for your reply. I can now have max 64 buffers.

    Can I increase more? Or is there a limit at 64?

    zb_buf_get_out() is now returning IDs until 64 and then it returns ZB_BUF_INVALID, which is not what I expected.

    I set ZB_CONFIG_IOBUF_POOL_SIZE to 127 since, in zb_mem_config_context.h, there is written "some data structures use 7 bits to address a buffer, so can have up to 127 buffers."

    Best

    Laura

Children
Related