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.

GenericApp on custom board

Other Parts Discussed in Thread: CC2531, CC2530, CC2530EM

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