Important: Before you run this example, make sure to program a SoftDevice .
The Heart Rate Application with FreeRTOS is a firmware example that shows the cooperation between FreeRTOS and the SoftDevice.
The name of the example is
ble_app_hrs_freertos_s
SoftDevice
_
SoftDevice
_pca10028
, where
SoftDevice
is the SoftDevice that you are using. 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\ble_peripheral\ble_app_hrs_freertos
See Heart Rate Application for a detailed description of the example scenario.
- Note
- See FreeRTOS support for more information about FreeRTOS.