CCS: Version: 6.1.2.00015
Tiva Eval Board: EK_TM4C1294XL
TivaWare_C_Series-2.1.2.111
xdctools_3_31_01_33_core
tirtos_tivac_2_14_04_31
I have built an application that dynamically creates tasks.
Included in my class instance for each task created is a name associated with the task.
When an exception occurs in a task, the following is shown in the dump:
Task name: {unknown-instance-name}, handle: 0x20008048.
Is there anything I can do when creating a task so that 'unknown-instance-name' is replaced with my task name?