cancel
Showing results for 
Search instead for 
Did you mean: 

No "Signal Management" on FREERTOS

Ofer
Associate III

Hi

I use STM32WB55CGUX with FREE_RTOS.

I want to use SIGNALS with command such: osSignalWait, osSignalClear and osSignalSet.

I see those functions in cmsis_os.h file but I see no implementation to those functions.

There is a cmsis_os2.c file (instead of cmsis_os.c) and in this file there is no "SIgnal Management".

What is wrong ?

2 REPLIES 2
Guillaume K
ST Employee

Hello

Signals in CMSIS RTOS V1 were replaced by Thread Flags and Event flags in CMSIS OS V2:

Detailed API Function Differences (keil.com)

 

Thanks  Guillaume K