This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

who call the function afIncomingData

Other Parts Discussed in Thread: CC2530, CC2531

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