I have two SWI threads in my application. I know the APIs SWI_enable/disable will disable all the SWI threads. But I need to disable only one of them whenever I required to.
Actually the SWI thread is a PRD. I believe I cannot use PRD_start and PRD_stop to disable PRD Swi thread while protecting critical section. Please let me know any good way to disable specific swi threads in an application.
I am using Ti DSP C6747, BIOS 5_33_06, CCS 3.3.
Appreciate your response.
Thank You.