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.

cc2564 HCI问题

Other Parts Discussed in Thread: CC2564

   CC2564与MCU通信中穿数据给MCU的串口后用下面的函数调用了上一层   

   请问下面的函数将程序引到哪里去了?应该如何追踪?带上去的数据到哪里处理去了?

/* Call the upper layer back with the data. */
if(UartContext.COMDataCallbackFunction)
     (*UartContext.COMDataCallbackFunction)(TRANSPORT_ID, TotalLength, &(UartContext.RxBuffer[UartContext.RxOutIndex]),       UartContext.COMDataCallbackParameter);