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?
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?