cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 RTOS ERR

herrusw
Associate II
Posted on April 07, 2015 at 17:31

The original post was too long to process during our migration. Please click on the attachment to read the original post.
4 REPLIES 4
Amel NASRI
ST Employee
Posted on April 07, 2015 at 18:38

osSignalSet is defined in the file cmsis_os.h. It seems to be missed in your project.

Which CubeMX version are you using?

-Mayla-

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

herrusw
Associate II
Posted on April 08, 2015 at 00:40

Hy Mayla 

I Am Using cube mx 4.7.0,

How to using the os SignalSet on cmis_os.h 

Thanks for your reply

Cheers

Herru 

FCR
Associate III
Posted on April 08, 2015 at 14:42

Hi,

Problem reproduced on my side: not a compilation error, but a link failure.

Meaning the definition is in cmsis_os.h (probably present in your project, otherwise the compiler would have complained when calling osSignalWait), but the implementation is not yet in cmsis_os.c file (when linking object files produced, code for osSignalWait not found).

Sorry for that trouble.

For your information, oSSignalSet and osSignalWait should be available (in cmsis_os.c) in next F4 firmware package release (updating Freertos 8.1.2 to 8.2.1 in the same time).

Best regards,

Fred

Hy Mayla 

I Am Using cube mx 4.7.0,

How to using the os SignalSet on cmis_os.h 

Thanks for your reply

Cheers

Herru 

herrusw
Associate II
Posted on April 08, 2015 at 16:24

Hallo Fred 

Thanks For Your Fast response To Me ,I am Glad to Hear From You 

And Please Provide The osTimer to because I needed 

Cheers

Herru S