I have one really fast task in my CLA and a slow one.
The slow one is stalling the fast one. So I was thinking is it possible to split the slow task in 3 different tasks. So than in between the slow task the fast task can be handled.
So is it possible to do something like:
__interrupt void Cla1Task3 ( void )
{
Cla1ForceTask4 ();
}