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.