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()