- This topic has 0 replies, 1 voice, and was last updated 6 years, 1 month ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › FreeRtos Thread Signals
Hi
I was following the chapter 23.5.3 Thread signals and I have noticed that STM32 CMSIS-RTOS implementation does not implement osSignalClear as stated in your book. If you open the cmsis_os.c and check the implementation of the function you will see that it is empty. I am using CMSIS-RTOS 1.02 and FreeRTOS 9.0.0
Is there any way around this or we must try to write our own implementation? Does FreeRTOS support clearing the signal at all?