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] [May 2016 Threads]
I allocated a large stack space for a task. Part of that task is defined as a char array. In the task a xQueueReceive is called waiting for a pointer to data. The pointer memory is copied to the char array. When I read out the character array after the copy, all I get are a bunch of A5 which is not what I'm expecting. Is the stack space marked A5s?
Task stacks are filled with 0xa5 before the task is started.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.