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/TDA3: How to disable interruption and task switching in processor SDK vision

Part Number: TDA3

Tool/software: TI-RTOS

Hi,

In Processor SDK Vision 3.00, what is the best way to prohibit interrupts and task switches for a certain period of time on DSP or EVE?

I want to use variables shared by multiple tasks in the same processor. When one task is rewriting the shared variables, I want to disable task switch and interrupt so that the other task or interrupt handler does not rewrite it . Could you let me know how to make it prohibit on the SDK?

Regards,
Kenshow