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] [August 2016 Threads]
I have question about freertos Fat I’m using iar compiler and stm32f427
scheduling method is preemptive, I‘m using the hal library,
I’m using sdcard (sandisk extreme 16g)
The graph below relates to the execution time of the SDCARDWRITETask ,
X-axis is program execution time,
Y-axis is the time which the SDCARDWRITETask is complete
http://imgur.com/a/MPYMX
As shown in graph SDCARDWRITETask is run every 80ms using vTaskDelayUntil,
http://imgur.com/P64neiK
As shown in graph SDCARDWRITETask is run every 40ms using vTaskDelayUntil
As you can see in the graph, This increased to periodically run time
(incase 80ms is every 18 second, incase 40ms is every 9 second)
**My question this How is this problem occurs when any part of the problem?
This is the problem of the code? Or is it a hardware problem ?**
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.