I use smartrf04eb set an break point in the function afIncomingData( aps_FrameFormat_t *aff, zAddrType_t *SrcAddress, uint16 SrcPanId,
NLDE_Signal_t *sig, byte SecurityUse, uint32 timestamp ) using serialapp example in zstack .
It stopped when it receive message from the air.
What make me puzzled is that I serched the whole project ,no one call this function,
How the the cc2530 run in this function?
Can anyone explain to me?
Thank you