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.

CC2640R2F: BLE Stack execution time

Part Number: CC2640R2F


Hi Support,

my customer ask to better understand possible influence of their code application tasks to BLE stack execution.

Is it possible to define how often or possible execution time in which CPU is "on hold" in order to execute BLE stack? 

Thanks and regards,

Alberto

  • Hello Alberto,

    The BLE stack execution time is going to be a function of how it's configured and what procedures are performed at runtime. If they are using the default RTOS task priorities and not disabling interrupt they should not have to worry about pre-empting the BLE stack.

    Best wishes