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.

Can anyone help me to get the whole data from radio of CC2430?

Other Parts Discussed in Thread: CC2430

Hi,

   I download the sample code of CC2430 and update the code as blow:

/******************************************************************************/
void contionuousMode(void)
{
       BOOL res;

      BYTE sendBuffer[]={0xff,0xff,0x00,0x00,0x35,0x78,0x1f,0x72};
      res = radioSend(sendBuffer, sizeof(sendBuffer), remoteAddr, DO_ACK);
}

/******************************************************************************/
but when I debug the code in function 'rxCallBack' to check the data received from radio I can only get '0xff,0xff,0x00,0x00' from payload ,'0x35,0x78,0x1f,0x72'  missing as blow, Can anyone help me to solve this problem?
                                                                                                                                                                                     Best Reguards!