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.

Unable to change Diags mask for Hwi module at runtime

Other Parts Discussed in Thread: SYSBIOS

Hi,

I'm trying to turn off Swi and Hwi logging in my application during runtime (C6678 DSP):

Diags_setMask("ti.sysbios.knl.Swi-12");
Diags_setMask("ti.sysbios.hal.Hwi-12");

It works for the Swi module, but not for the Hwi module. The Diags Masks in the ROV is always RUNTIME_ON for the Hwi module.

Maybe I'm doing something wrong.

Version information:

SYS/BIOS 6.33.6.50
UIA 1.1.1.14
XDCtools 3.23.4.60

Ralf