Calling osDelay after osMailGet result in the micro stuck - using freeRTOS with CMSIS API
I'm working on a project using a STM32F446 with a boilerplate created with STM32CubeMX (for peripherals initialization and middleware like the FreeRTOS with the CMSIS-V1 interface). I have two threads which communicate using mailboxes but I encounter...