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.

RTOS/CC1310: SYS/BIOS: Does Hwi_disable() also disables SWI and Task scheduler?

Part Number: CC1310

Tool/software: TI-RTOS

This is with reference to the discussions in the thread (made in 2013):

https://e2e.ti.com/support/legacy_forums/embedded/tirtos/f/355/t/277476

Is it still true that the a task switch may be made when inside Hwi_disable()/restore region?

For example

task1

...

Hwi_disable()

...

make a blocking call   /* Will a task switch occur here, if another task is ready? */

...

Hwi_restore()