Other Parts Discussed in Thread: CC2530
各位好:
我在调试CC2530的时候,采用协议栈中的SAMPLEAPP_SEND_PERIODIC_MSG_EVT事件定时发送。每次发送500字节。
当我缩短SAMPLEAPP_SEND_PERIODIC_MSG_TIMEOUT时间到500以下的时候就发送失败,报ZMemError(0x10)错误。
折腾了我一周多了,请各位高手帮忙分析一下。感谢
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.
建议您使用一个send event如SAMPLEAPP_SEND_PERIODIC_MSG_EVT以及定时器来定期调用AF_DataRequest进行发送数据。两次发送之间必须有一些延时如50ms以避免类似的错误