Good morning,
i use the ccsv55 to compile my project. Actually (but this problem is not shoiw in CCS53), while run the program i obtain a execution exit with message Cannot call Task_sleep() while Task scheduler is disabled.
Actually in my program, after main where i call the Bios_start(), i have a TaskInit setted in SYSBIOS with priority 15 linked to taskBootUpFnx(). In this function i put the Task_sleep() (as shown in the figure). During running i obtain the error.
Why Task scheduler is disabled if is called by SYSBIOS as task function?
Regards
Fabio