Other Parts Discussed in Thread: C2000WARE
Hi,
I am using SYS/BIOS and creating a periodic task.
When I call Task_sleep inside my task it reaches until below part in Task.c file and then enters ILLEGAL_ISR from there
Task_SupportProxy_swap((Ptr)&prevTask->context, (Ptr)&curTask->context);
my app.cfg has below line for SupportProxy
System.SupportProxy = SysMin;
Could you suggest changes to be made?
Thanks,
Rashmitha