cc2640 多task任务,跑死
时间:10-02
整理:3721RD
点击:
你好,我把SimpleBLEPeripheral例程修改了下,增加了一个task, 在task里面调用profile里自己加的 Sensor_SetParameter() 去操作notify 数据发送,会直接跑死,操作非notify,则不会,但是在SimpleBLEPeripheral task里操作notify也一切正常,可以发送,请问我新建的task需要如何处理,才能操作notif
task,我是 Task_construct(&Task, Task_Ble_TaskFxn, &taskParames, NULL);创建之后,直接在 Task_Ble_TaskFxn 的循环里开始操作通知
如下是增加task的说明,供参考
http://processors.wiki.ti.com/index.php/Adding_BLE_Enabled_RTOS_Task