Hello,
I'm trying to use the UIA logger in the minimum footprint format to view the RTOS execution graph on the CC2650 sensortag, is this supported?
So far I have added the code below to my .cfg file
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup'); LoggingSetup.loggerType = LoggingSetup.LoggerType_MIN;
However, when I hault the processor, I don't see any task information in the graph. I have been following spruh43f and spruhd4i.