Context:
Using Launchpad TM4C123GH6PM
CCS Version: 6.0.1.00040
TI-RTOS for TivaC (IDE Client) 2.10.1.38
Problem: Whenever I delete a task using XGCONF and download the debug code the target system crashes.
I've traced it to the following instruction in the task "Task_startCore(UInt coreId)" routine in Task.c.
/* start first task by way of enter() */
Task_SupportProxy_swap((Ptr)&prevTask->context, (Ptr)&Task_module->curTask->context);
In "TI-RTOS > Products > SYSBIOS > Scheduling > Task - Module Settings": even after I have unchecked the "Add the Task threads module to my configuration" check box (which, by the way, erases all tasks from XGCONF) this routine still exists, still executes and still crashes.
If anyone could enlighten me about what is happening here I would be most grateful.
Thanks,
Dave