2023-09-28 09:48 AM
Just started playing with FreeRTOS on a NUCLEO-H563ZI board using CMCIS OSv2.
Why does osThreadGetState() translate eSuspended to osThreadBlocked? I suspended a thread and then checked its state with osThreadGetState() which reports the state as blocked, not suspended.
Does it matter?
2023-09-28 12:36 PM
That's what the documentation says it will do.