I use two projects: zr_sw and zc_light and the guide
dev.ti.com/.../z-stack-overview.html
I added sending Inter-PAN messages on the ZR side and I see that it works with the sniffer.
But what should I do on the ZC side to receive the Inter-PAN messages?
I added the INTER_PAN define in the predefined symbols of the zc_light project and tried to set some breakpoints where I found the APS_INCOMING_MSG (zcl.c, zd_app.c, zstacktask.c) but no one of them is triggered. Note: I didn't start comissioning, both devices (zr and zc were erased).