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.

CC2745P10-Q1: Create another task besides BLE stack tasks

Part Number: CC2745P10-Q1

Tool/software:

Hi,

Is there any advice on creating another task(mainly used to send/receive messages by CAN every 100ms and handle some logics) besides BLE stack tasks. I am using simplelink f3 SDK_8_40. All BLE samples in it seems not have tasks other than BLE stack.

Thanks.

  • Hi,

    I'd suggest taking a look at the bleapputil_task.c file, and modeling the task you want to create after that. These tasks are all using pthread, which is a standardized API.

    Make sure that any tasks that you create are of lower priority than the BLE task, otherwise you will encounter undefined behavior and issues with the BLE task.

    Please let me know if you have another questions.

    Best,

    Nima Behmanesh