[Zigbee] Problem with debugging in Zigbee Thread SDK 4.2.0

Hi everyone,

So I have using Zigbee and Thread SDK 4.2.0 for a while and I notice that some time there are some error like this

 <error> app: ZBOSS assertion in file: 105, line: 1101

or

 <error> app: ZBOSS assertion in file: 23, line: 105

Well, I tried to look for the error message "ZBOSS assertion in file:" to find clue on how to navigate to the file in zboss to debug. But I can not find any thing use full. So my question is how can I know what the number of each ZBOSS file. 

Please help and thank you,

Tu

Parents Reply
  • Perhaps I wasn't clear. The reason to do so is to make a strip down version of the project that:

    1: can replicate the issue.

    2: doesn't contain confidential data, so it is possible to send.

    Another thing that I thought of. Make sure that you don't use zb_buf_get_out_delayed_func() from your custom parts of the application. Make sure that you use only the zb_buf_get_out_delayed() wrapper.

    BR,
    Edvin

Children
No Data
Related