I found the utility to create the binary image of the production data for my Zigbee device but cannot find any documentation on how to incorporate the generated BIN file into my project using Segger Embedded Studio. I am new to Segger having just installed it to work with the nRF52840 but I suspect this information is more a Nordic SDK thing than a generic Segger configuration. In addition, the utility only seems to be provided in a Windows executable which makes it problematic to use in a Macintosh environment.
First of all; Where can I find documentation or simple instructions on how to get the resultant BIN image into my HEX file for download to the nRF52840.
Secondly; Is the source code for the configuration utility available? I would be happy to take it and try to compile a version that will run on the Mac then provide you with the result. The best way would be to rewrite it in Java so it would run on anything.
In general I am having some real challenges with the documentation for the Zigbee stack. There are many places where the descriptions of the various functions are missing or so brief that they tell us nothing about what the intention of the function really is. There are many references to example code but searching the support and devzone sites reveals nothing matching the link or description provided. Am I missing something here? Is there some other document that goes into the API in a more informative way than simply a list of function names, typedefs and structure definitions? As an example there is a function called zb_zdo_bind_req which suggest that one should see the tp_zdo_bv-12 sample but I can fine no link to any such sample. The example code provided in the API documentation does not appear to work and when calling the function the system never returns. I am not at all sure if this is a function I should be trying to use but there is nothing in the documentation that would tell me what it is used for or what its limitations might be. Where can I find more on this? Should I be looking to the ZBOSS documentation and if so where can I find that?
tp_zdo_bv_09