**********************************************************************
*                 SEGGER Microcontroller GmbH & Co. KG               *
*                        The Embedded Experts                        *
*                           www.segger.com                           *
**********************************************************************

FreeRTOS demo project for SEGGER Embedded Studio.
Tested with SEGGER Embedded Studio V3.26.

This project has been created to run on almost any cortex-M4 target device.
To run it on actual hardware, open the project options 
and change Target Device from Cortex-M4 to the name of your target.

The project is configured to use 
64kB Flash at 0x00000000 and 32kB RAM at 0x20000000.
If your target has less memory or at other addresses, 
change the Section Placement Segments accordingly.

The project is configured to assume a CPU clock of 16 MHz.
It does not run a system initialization or configure a PLL.
If your target does not run at 16 MHz, the project will still run.
The actual CPU clock can be set in FreeRTOSConfig.h

This project is provided without any warranty or support.