Hello,
The question is about Code composer DSP/BIOS function:
I am trying to print the current running task name in Message Log. I have the same function activated in different tasks. In this function I have added a line to print the task name:
LOG_printf(&trace,"Task Name is: %s",TSK_getname(TSK_self));
When compiling I get an error:
Error: identifier "TSK_self" is undefined. This is despite the fact that editor recognizes and paints the argument in blue.
Without this identifier compilation returns an error of empty function argument .
Please help.
Thanks
P.S. Can anyone direct me to document describing the DSP BIOS functions, including their arguments? I found so far a brief description of those functions in SPRU403O and SPRU423D, but there is no detailed information on all the functions.