QTimeEvt::noActive() nests critical sections
Real-Time Event Frameworks based on active objects & state machines
Brought to you by:
quantum-leaps
Per the QP/C/C++ documentation, the QTimeEvt::noActive() function must be called inside a critical section. However, the current implementation contains a (nested) critical section inside the function. This causes assertion failures in the ARM-CM pors.
--MMS
Anonymous
Fixed in QP/C/C++ 8.0.1.
--MMS