Hi,
I'm trying to implement CC2531 USB stick as coordinator and a custom CC2530 board as EndDevice. I included code to blink onboard LEDs whenever a message is received from the other board.
case AF_INCOMING_MSG_CMD:
GenericApp_MessageMSGCB( MSGpkt );
//code to bink LEDs
break;
But I dont't see any action taking place. However, I can detect packets being transmitted through PacketSniffer.
Do I have to make any other changes to the GenericApp Project in order for the application to receive the packet.
Regards
Srikanth
BR
Srikanth