nRF51 SDK v10.0.0
The Blinky FreeRTOS Example shows FreeRTOS features like Task, TaskDelay, and Timer.
When the application starts, two GPIO pins are configured as outputs to drive the LEDs. Then a new thread and a timer are created.
Setup
The name of the example is
blinky_freertos_pca10028
. If you are not using the Keil Pack Installer, you can find the source code and project file of the example in the following folder:
<InstallFolder>\examples\peripheral\blinky_freertos
LED assignments:
- LED 1 and LED 2: Blinking.
Testing
Test the Blinky FreeRTOS Example application by performing the following steps:
- Compile and program the application.
- Observe that the LEDs are blinking.
- Note
- See FreeRTOS support for more information about FreeRTOS.