Dear Sir,
I am using TMS320F28377D for my inverter application. I am using CLA first time. I have noticed, In CLA you are divided process in task base system (Up to 8 Task).
Now my question is,
Can i use while(1); in CLA task? --> means can i use 1 CLA task for background activity permanently? Any disadvantage?
(Once my main core initialize i will fire task 1 and till power off it is not over)
E.g.,
Cla1Task1()
{
while(1)
{
Background();
};
}
Regards,
Maulik Timbadiya