User Activity

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...
Hello,I am configuring a project from scratch for a STM32 FreeRTOS based. From FreeRTOS documentation: https://www.freertos.org/Documentation/02-Kernel/02-Kernel-features/01-Tasks-and-co-routines/03-Task-priorities     Low priority numbers denote low...
Hello,I've started working with CMake in STM32CubeIDE: STM32CubeIDE Version: 1.17.0 Build: 23558_20241125_2245 (UTC) (C) 2024 STMicroelectronics ALL RIGHTS RESERVED Everything works perfectly, and I can compile without any issues.However, I'm not s...
Kudos from