CC2540做从设备,读RSSI后程序跑死?
时间:10-02
整理:3721RD
点击:
首先设置:
uint16 rssi_read_rate = 1000;
GAPRole_SetParameter( GAPROLE_RSSI_READ_RATE, sizeof( uint16 ), &rssi_read_rate );
建立连接后,程序执行VOID HCI_ReadRssiCmd( gapRole_ConnectionHandle ); 后就在跑死了!在汇编中:LL_ENC_StartAES:中不能出来!
请问,是什么原因导致的?怎么解决?
可以参考帖子 http://www.deyisupport.com/question_answer/wireless_connectivity/bluetooth/f/103/t/19663.aspx ,试一下TY的方法