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.

CC2540做从设备,读RSSI后程序跑死?



首先设置:

    uint16 rssi_read_rate = 1000;    

   GAPRole_SetParameter( GAPROLE_RSSI_READ_RATE, sizeof( uint16 ), &rssi_read_rate );

建立连接后,程序执行VOID HCI_ReadRssiCmd( gapRole_ConnectionHandle ); 后就在跑死了!在汇编中:LL_ENC_StartAES:中不能出来!

 

请问,是什么原因导致的?怎么解决??