cancel
Showing results for 
Search instead for 
Did you mean: 

RTOS programming with STM32100RB Discovery

tom.abel
Associate II
Posted on May 17, 2013 at 17:37

The original post was too long to process during our migration. Please click on the attachment to read the original post.
4 REPLIES 4
Andrew Neil
Evangelist
Posted on May 20, 2013 at 10:42

''does anyone know how i can make one task wait, while the other is running?''

That would be in the documentation for whatever RTOS it is that you're using.

You haven't said what RTOS you're using, but it looks like it might be something from CooCox?

If it is, have you tried asking CooCox for support?

Andrew Neil
Evangelist
Posted on May 20, 2013 at 10:46

''ST ... have made up something similar to classes, called TypeDefs''

Actually, typdefs are a standard part of the 'C' programming language - nothing specifically to do with ST or their libraries.

The particular typedefs here are 'C' structs which group together the settings used by a particular function - which saves having to specify a massively long parameter list, or having to call a whole string of functions to make settings individually. 

tom.abel
Associate II
Posted on May 21, 2013 at 10:29

Thanks, its written in CooCox IDE, and the OS is CoOS!

frankmeyer9
Associate II
Posted on May 21, 2013 at 14:55

IMHO this is a question for the Coocox forum, as task synchronisation issues are not STM32-specific.

And I would look out for the CoOS documentation (if existing ...)