Tool/software:
I've been using RTOS analyzer on a project for the last 2 years. It's C6748 with TI-RTOS. It has consistently worked, although sometimes I've had to restart it to get a new set of data to appear, other times starting and stopping the processor would be enough.
However, just in the last two days, it refuses to show any data at all. I start and stop it the same way, and it now just shows the empty tabs for Live Session, Execution Graph, Processor loads, etc. and no data appears when I stop the processor. I've not changed the .cfg settings, they are:
LoggingSetup.sysbiosLoggerSize = 500000;
LoggingSetup.mainLoggerSize = 500000;
LoggingSetup.loggerType = LoggingSetup.LoggerType_STOPMODE;
LoggingSetup.countingAndGraphingLogging = true;
LoggingSetup.loadTaskLogging = true;
LoggingSetup.loadSwiLogging = false;
LoggingSetup.loadHwiLogging = false;
LoggingSetup.sysbiosSemaphoreLogging = true;
The debug probe is a Blackhawk USB560.
I've tried the usual suspects, rebooting the target, restarting CCS, even rebooting the computer. I then installed the same system and project on a second computer (also Win 10) and the same thing is happening there!
I'm baffled, so if anyone has any clues, they would be appreciated.