Hi
I hope somebody can help me with an explanation about a problem with STC/Test
1. I have configured the RTOS and it is correctly running in the TMS570
2. I have created many task which do different operations and in one of them should run the STC core test
3. After the Task with the STC core test is scheduled to run i protect this task with taskENTER_CRITICAL() which don't allows Preemptive context switches and release after finished with taskEXIT_CRITICAL()
My Problem is that i can't debug to see which error happens because the STC never returns back.
I store the complete context(registers, stac etc) of the core before running the STC test and restore it after finishing.
Must i take care of the actual Task of the RTOS in which the test is running?
Any explanation is welcome :)
Regards Burim