This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/AM3359: ROV tasks view issue

Part Number: AM3359

Tool/software: Code Composer Studio

When viewing the tasks in ROV, the basic view works, but the "Detailed" view always times out and remains empty. Is there an XGCONF setting or something that has to be set for that to work?

I have only set stacks sizes, the idle task and named instances in my .cfg file:

Task.enableIdleTask = true;

Task.defaultStackSize = 4096;
Task.idleTaskStackSize = 4096;

Task.common$.namedInstance = true;

I'm using CCS 10. Most things like basic tasks view, semaphores, MMU and so on are working in ROV.