STM32Cube FreeRTOS cmsis_os.c osPoolAlloc bug
Posted on November 11, 2015 at 18:58Hi,This code generated by STM32Cube with FreeRTOS looks like it has a bug. To reproduce, create a small pool. Allocate a single item that is not free'd then, allocate and deallocate sucessive items. The pool will ...