This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ZIGBEE SDK ZB_GET_OUT_BUF_DELAYED2 call failed

HI,all

I am a newman for zigbee on NRF52840 with S140 softdevice,

I have two board, one is ZC and another is ZED.

On ZC board, I use ZB_GET_OUT_BUF_DELAYED2 to send data to ZED continuely,about 100 times this method return failed and can not alloc a buf.

after about 3 seconds ZB_GET_OUT_BUF_DELAYED2 can be called successfully.

My question is:

1,when ZB_GET_OUT_BUF_DELAYED2 call failed, is there any method to relase or remalloc buffer?

2,how to reduce the time(about 3 seconds) to get new buf successfully?

3,why need wait for some seconds to get new buf?

wish your help,thanks.

Parents
  • Hi and sorry for the late reply.

    1.

    You mustwait unfortunately.

    2.

    What kind of frames are you sending? Can you share some code?

    The time to get new buffer depends on what you are doing in your network.

    3.

    This also depends on what you are doing in your network, some of the things you do might require an acknowledgement before the buffer is released.

    Best regards,

    Andreas

Reply
  • Hi and sorry for the late reply.

    1.

    You mustwait unfortunately.

    2.

    What kind of frames are you sending? Can you share some code?

    The time to get new buffer depends on what you are doing in your network.

    3.

    This also depends on what you are doing in your network, some of the things you do might require an acknowledgement before the buffer is released.

    Best regards,

    Andreas

Children
No Data
Related