# FreeRTOS Hello Gptmr ## Overview The freertos_hello example shows freertos task scheduling function using gptmr instead of mtmr. ## Board Setting No special settings are required ## Running the example When the example runs successfully, the LED starts flashing and following message is displayed in the terminal: ```console task2 is running. Toggle the led pin level. LED is off. LED is off. LED is off. LED is off. task2 is running. Toggle the led pin level. LED is on. LED is on. LED is on. task2 is running. Toggle the led pin level. LED is off. LED is off. LED is off. LED is off. ```