This is the documentation for the latest (main) development branch of mcuxpresso sdk. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

freertos_swtimer

Overview

This document explains the freertos_swtimer example. It shows usage of software timer and its callback.

The example application creates one software timer SwTimer. The timer’s callback SwTimerCallback is periodically executed and text “Tick.” is printed to terminal.

Running the demo

After the board is flashed the Tera Term will show output message.

Example output: Tick. Tick. Tick.

Supported Boards