Question
Zigbee init of CPU fails or reports wrong
Hi, I have a small problem with the zigbee strack i hope someone could give me an direction for.
When I boot up I get an error just after it initialized the CPU2(M0).
static void APP_ZIGBEE_StackLayersInit(void)
{
APP_DBG("APP_ZIGBEE_StackLayersInit");
zigbee_app_info.zb = ZbInit(0U, NULL, NULL); <<<--- seems to return 0,0,0,0
However IPCC seems to work since it communicates the version nr etc.