In general, the quality of the cmsis_os2 wrapper for FreeRTOS is poor.For example: in order to statically allocate timer one has to look inside to find out the memory for the control block should be large enough to contain BOTH StaticTimer_t (defin...
Beware that the CMSIS OS2 wrapper for FreeRTOS implementation (as of today in the repo mentioned in this discussion) of the buffer pools is buggy.
Below is how the new buffers are "created"; the mem_arr is uint8_t *. What is amazing that it may not H...
This is clearly a bug. Still present in CubeMX v6.11.1 and TouchGFX 4.23.1 (with X-CUBE-FREERTOS v1.2.0 and STM32Cube_FW_U5_V1.5.0).The workaround works there but ...:The whole thing may break on any update of any of these components or maybe even wi...