nRF5 SDK v11.0.0
The Blinky RTX Example shows RTX features like osSignal, osDelay, and osTimer.
When the application starts, two GPIO pins are configured as outputs to drive the LEDs, and then new thread and timer are created.
Setup
You can find the source code and project file of the example in the following folder:
<InstallFolder>\examples\peripheral\blinky_rtx
LED assignments:
- LED 1 and LED 2: Blinking.
Testing
Test the Blinky RTX Example application by performing the following steps:
- Compile and program the application.
- Observe that the LEDs are blinking.
- Note
- See RTX support for more information about RTX.