Hi
I am switching our project over to LOG_print and was setting the .cfg file "xdc.runtime" tab for xdc.runtime.LoggerBuf diags_USER1 from ALWAYS_OFF to ALWAYS_ON. I get the pop-up that says
XDC runtime error: ti.sysbios.knl.Task\common$: diags_USER1 is sealed.
Is this because my tasks are declared dynamically? If so, how does one turn on the LOG_print for the task if you can't use the GUI?
Cheers