User Activity

Hi any one knows the free rtos available heap size function???
When implementing Real-Time Operating System (RTOS) timers in my embedded system, I've encountered certain challenges and concerns. I'm interested in discussing potential issues such as race conditions, priority inversion, resource contention, overhe...
Hi I need to start unit testing for a STM32 project in C how can I start a the testing, Can any one send some reference for STM32 cube IDE based Unit Testing method
I am using STM32f205vet6 in that there is no availability of sub seconds Iam using rtc based timer and also I have code for stm32g0 series for that when I try to migrate the stm32 G0 code to F2 series error are happening I a way to migrate the same c...
I am using RTOS based timers in STM32F205VET6, does it have any constraints or restrictions on using RTOS in my project like how will it affect my program ,Any other limitations are given like only this much tasks/timers only we could use...?