Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

Creating and Verifying Files
FreeRTOS-Plus-TCP and FreeRTOS-Plus-FAT Examples

When a RAM disk is created it is empty, so FreeRTOS-Plus-FAT demo projects that use a RAM disk create a set of example files on the disk after it has been created. The example files are created, and also verified, by calling the vCreateAndVerifyExampleFiles() function.

vCreateAndVerifyExampleFiles() is implemented in /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_FAT_Demos/CreateAndVerifyExampleFiles.c, its implementation can serve as a useful reference.

Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.