23.3.4. FreeRTOS Tickless Stop Mode

23.3.4.1. Overview

The freertos_tickless example shows freertos tickless stop mode. Soc will enter stop mode in idle states to feature reduce power consumption. The led will turn on when freertos is running at normal mode, and will turn off during tickless mode.

23.3.4.2. Board Setting

Please refer to PUART pins from the README documentation of the development board and connect PUART to PC.

23.3.4.3. Running the example

When the example runs successfully, the LED starts flashing and following message is displayed in the terminal:

task2 is running.
task1 is running.
task1 is running.
task1 is running.
task1 is running.