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.