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

[nRF52840 + zigbee] Internal information access by "g_zb".

Hi,

I have found zboss 1.0 opensource.

Surveying the source, i have noticed that  variable "g_zb" (nicknamed by ZG) give system informations.

I can find zed address(16bit) at 91-th (aligned 32bits) from g_zb. ( (uint32_t *)&g_zb[91] )

I need parent (directly connected, joined) address. but it's address is not saved struct g_zb.

Maybe parent information is another memory and g_zb contains pointer to that.

If the system header (zboss 3.0) files are supplied, it maybe useful.

Can i receive header files for zboss 3.0 library ?

Header files are zb_nwk_globals.h, zb_g_context.h ..

Thanks.

Related