Hello,As far as I know,STM32 does not support the POSIX abstraction layer for FreeRTOS.That means I can not use functions like:Interact with tasks through: 'pthread_create', 'pthread_join'..Use POSIX glue elements like: 'pthread_mutex'...EtcIf I am p...