MCUXpresso SDK Documentation

freertos_hello

freertos_hello#

Overview#

The Hello World project is a simple demonstration program that uses the SDK UART driver in combination with FreeRTOS. The purpose of this demo is to show how to use the debug console and to provide a simple project for debugging and further development.

The example application creates one task called hello_task. This task print “Hello world.” message via debug console utility and suspend itself.

Running the demo#

After the board is flashed the Tera Term will print “Hello world” message on terminal.

Example output: Hello world.

Supported Boards#