I am having trouble with the stats function in the CCS RTOS.
When I remove a chunk of code from a task that is used to write to external EEPROM via the i2c bus the execution time actually increases.
Is the stats functionality of the CCS RTOS at all reliable?
skassan
Joined: 28 Oct 2010 Posts: 1
Posted: Thu Oct 28, 2010 8:34 am
I examined the RTOS code, because I was having similar problems. There are two things to check:
Do any of your tasks overrun? If so, the reported times will be incorrect.
Is more than one task scheduled in the same minor time slice? If so, the times reported for the second will include the time for the first. You can see the schedule of tasks in the symbol file.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum