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模块和MSP430开发板的蓝牙协议栈例程,有几个问题:
1、在uart2中断中,仅是将数据存储在UartContex中,蓝牙协议栈何时来取用里面的数据呢?协议栈自动轮询?还是需要开发人员主动调用类似RxProcess这类函数?
2、我下载的历程都是基于MSP430 5438A的,但购买的开发板是MSP430 5438的,差一个“A”,请问软件上主要有哪些需要改动呢?