This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

KNL_swi not listed in RTOS object viewer

I recently converted a project from CCS 3.1 to CCS 5.2.1 and am using DSP/BIOS 5.41.13.42.


I am having difficulty getting tasks to run correctly on the new CCS version. While troubleshooting I noticed that there was no listing of KNL_swi in the RTOS object viewer (in CCS 5). However, there is a name called "end" whose fxn is KNL_run. (Note: Using the CCS 3.1 code there is an "end" name with fxn PRD_F_swi  and a KNL_swi with fxn KNL_run.).


It seems that something is not configured right. Any suggestions?