I'm using DSP/BIOS 5.41.13.42 and CCS 5.2.1. The DSP/BIOS mentions that the KNL_swi will not run if the task manager/ scheduler is not enabled but I'm not sure how to check this. Any suggestions?
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.
I'm using DSP/BIOS 5.41.13.42 and CCS 5.2.1. The DSP/BIOS mentions that the KNL_swi will not run if the task manager/ scheduler is not enabled but I'm not sure how to check this. Any suggestions?
From DSP/BIOS Tconf docs, Section 3.4 - Enabling DSP/BIOS Components:
bios.enableTskManager(prog);
Hope this helps,
Vikram