Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Good afternoon,
Currently I am using the Load Analysis from the RTOS Analyzer in order to check the tasks load of my application. However, I have disabled the idle module, therefore, I need to load the information in another task. I have enabled the Load module task and set updateInIdle as False. I put the function " Load_idleFxn()" in one of the tasks but the Load Analysis shows 0 records. On the other hand, I used Load_update() instead, but my app gets a crash:
FSR = 0x0000
HFSR = 0x40000000
DFSR = 0x00000001
MMAR = 0x140f0500
BFAR = 0x140f0500
AFSR = 0x00000000
Terminating execution...
I have tried to increase the stack size of the module and no luck.
Any suggestion about how to get the Task Load and CPU Load to work without the idle task?
Thanks in advance,
Carmen