Freertos SMP(symmetric multiprocessing) branch is used, and the task maybe run at the core[index]. I want to see code index info at the systemview gui, what shall i do? thx
For instance, vTaskSwitchContext() will schedule the task at the core, and traceTASK_SWITCHED_IN() may deliveries the core id to systemview application. How do the systemview display the core index?
thanks again
For instance, vTaskSwitchContext() will schedule the task at the core, and traceTASK_SWITCHED_IN() may deliveries the core id to systemview application. How do the systemview display the core index?
thanks again