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.

multitasks with DSP/BIOS

hello everybody,

i am trying to write a Matrix multiplication program with DSP/BIOS using a couple of tasks. I have created tasks within DSP/BIOS configuration, i linked them to functions, and i gave them different  priorities . The program compiles correctly, but when i run it, no task is executed and the program does nothing. I left main funtion empty. The program contains no SWIs, no HWIs, just tasks. Someone can tell me what could be the problem? Should i define some kind of program entry or something? PLz help.

thanx in advance.