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