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.

技术请教,关于CC1110的接收问题技术请教,有没有大牛帮忙解释一下。

Other Parts Discussed in Thread: SIMPLICITI

    BOOL   radioReceive(BYTE** receiveData, BYTE* length, WORD timeout, BYTE* sender)   //接收函数

  BOOL     radioSend(BYTE* transmitData, WORD dataLength, BYTE remoteAddress, BYTE doAck)  //发送函数

      或者说这个  radioSend(BYTE* transmitData, WORD dataLength, BYTE remoteAddress, BYTE doAck)用法是什么样?

        接收函数是每隔1S(通过timer1控制的 )发送收据,但在使用接收函数是发现总是接收不到数据,单步断点调试发现主要是接收函数函数在不停接收到数据。有没有好的方法使用一帧帧接收?