NOTE:This is a read only archive of threads posted to the FreeRTOS support forum. Use these archive pages to search previous posts. New forum support threads can be started at the
FreeRTOS forums.
FreeRTOS Support Archive
The FreeRTOS support forum can be used for active support both from Amazon Web Services and the community. In return for using our software for free, we request you play fair and do your bit to help others! Sign up for an account and receive notifications of new support topics then help where you can.
This is a read only archive of threads posted to the FreeRTOS support forum. Use these archive pages to search previous posts. New forum support threads can be started at the FreeRTOS forums.
[FreeRTOS Home]
[Live FreeRTOS Forum]
[FAQ]
[Archive Top]
[March 2006 Threads]
what’s means the co-routine??
Posted by
nobody on March 27, 2006
what’s means the co-routine at v4.0.0?
What thing i can use to do with co-routine functionality??
what’s means the co-routine??
Posted by
nobody on March 27, 2006
co-routines are a way of having cooperative multitasking with very little ram usage.
see:
http://www.freertos.org/taskandcr.html
and
http://www.freertos.org/croutine.html
what’s means the co-routine??
Posted by
nobody on March 27, 2006
I am sorry.I am in china.I can’t visit the www.freertos.org website.
what’s means the co-routine??
Posted by
nobody on March 27, 2006
I am so sorry! I can’t visit the www.freertos.org for some network reason.
Could you send me the html?
what’s means the co-routine??
Posted by
nobody on March 31, 2006
Looks to me like the task/thread concept as in Windows (and Linux)?
I think threads share the same memory and stack.
Tasks are protected from each other by MMU of course.
Regards,
Joerg
what’s means the co-routine??
Posted by
imajeff on April 3, 2006
Aren’t you contradicting yourself? A thread must not share memory and stack with another thread, or it wouldn’t be able to be protected by MMU.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.