![]() |
nRF5 SDK
v15.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
The Blinky FreeRTOS example shows FreeRTOS features like Task, TaskDelay, and Timer.
When the application starts, two GPIO pins are configured using the BSP module as outputs to drive the LEDs. Then, a new thread and a timer are created.
You can find the source code and the project file of the example in the following folder: <InstallFolder>\examples\peripheral\blinky_freertos
LED assignments:
Test the Blinky FreeRTOS Example application by performing the following steps: