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] [June 2009 Threads] C8051F120 Sililabs Demo problemPosted by BradK on June 6, 2009 I am having trouble getting the Sililabs demo up and running. It is similar to other problems I have seen posted here but I have not seen a solution yet. I have cut down the demo to a couple tasks and here is what happens:
I have the same problem. Here is the sequence: Main() runs and calls vTaskStartScheduler() From there all goes well and control is passed to the first task: vErrorChecks() which starts to execute. At this point interrupts are enabled but the clock hasn't reached the first tick yet. Execution proceeds to calling: vTaskDelay() which executes down to the bottom "force reschedule" loop which calls: taskYIELD() At this point interrupts are disabled and control is never returned to original task and the timer ISR is not run since interrupts are disabled. Any help would be appreciated.
Brad
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|