FreeRTOS Support Archive
The FreeRTOS support forum is used to obtain active support directly from Real
Time Engineers Ltd. In return for using our top quality software and services for
free, we request you play fair and do your bit to help others too! Sign up
to 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.
The archive is updated every week, so will not always contain the very latest posts.
Use these archive pages to search previous posts. Use the Live FreeRTOS Forum
link to reply to a post, or start a new support thread.
[FreeRTOS Home] [Live FreeRTOS Forum] [FAQ] [Archive Top] [October 2009 Threads] queue questionPosted by wne on October 26, 2009 one signal need to be sampled and analyzed after. What I want is creating a queue then put all samples into it. During sampling, no data processing task can read the queue. On the other hand, when data processing is on going, no task can write to the queue. How can I create a guarded queue for this purpose? other suggestions? Thanks.
RE: queue questionPosted by Dave on October 26, 2009 Sounds like you don't need a queue at all and would be better off just placing the data in an array.
RE: queue questionPosted by wne on October 26, 2009 Thank you, you light my way.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|