This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Creating a working BLE NUS (Nordic UART Service) example with FreeRTOS

Good afternoon everyone,

I'm trying to make a working application for the BLE NUS example but with the support of FreeRTOS that is MANDATORY. I work with KEIL. I started with ble_hrs_demo_freertos, added the NUS related files, changed the configuration within sdk_config.h. As soon as I invoke uart_init() it crashes with a fatal error and reboots, if I skip the initialization of the UART module, it crashes anyway into advertisement_init(), the in services_init().

Does anyway have a ready to test/modify/study application for BLE NUS with FreeRTOS?

Bests,

Fabio

Related