Tool/software:
When I launch the CCS Debugger and run to main() my RTOS Object View (ROV) shows the following tasks and task states:

After my firmware is fully initialized and running, when I pause the debugger, my ROV is updated as follows:

Is the <unknown> status of the tasks TSK_System, TSK_XMotor, and TSK_YMotor to be expected? The states of the other tasks appear as expected and my firmware is functioning normally as expected; even the XMotor and YMotor tasks are functioning normally.
I'm also curious if this is a compatibility issue between CCS v12 and my build tools: C5500 CGT v4.4.1; DSP/BIOS v5.42.01.09
-dean