RTOS programming with STM32100RB Discovery
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-05-17 8:37 AM
Posted on May 17, 2013 at 17:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-05-20 1:42 AM
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?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-05-20 1:46 AM
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.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-05-21 1:29 AM
Posted on May 21, 2013 at 10:29
Thanks, its written in CooCox IDE, and the OS is CoOS!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-05-21 5:55 AM
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 ...)