Hi all,
Have an issue with a priority inverted task not reverting, when I believe it should.
So here we have a task ‘AntennaController’ (Priority 8) wating on a mutex that task ‘HeartbeatMonitor’ (Priority 5) has.
HM’s priority increase to 8, as it should, runs, then releases the mutex… but execution doesn’t revert to task AC.
Tracearlyser even shows that AC is ready to run.
So, what’s going on here?
Thanks, Paul.