Hello,
I'm using KeilUV3 + RTX 3.12 + Eval Kit MCBSTR9
I'm looking for a solution to implement a task switch routine with these two constraints :
1) Task execution : TskA-->TskB-->TaskA-->TaskC-->TaskA-->TaskD-->TaskA-->TaskB... and so on 2) I want this switch occurs every ms, INDEPENDANTLY of the whole duration of the task.
Because of 1), I can't use Round Robin mode... and I can't respect 2) with Controlled Priority mode.
Rem : TaskA is a communication task for which i want to garantee this millisecond response time.
Does anyone have a solution ??
Thanks for advance,
Steph.