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

Use of Segger SystemView with FreeRTOS, SDK 17

I'm using SDK 17 with the nRF52840-DK.

As a starting point for my application, I'm using the .../examples/ble_peripheral/ble_app_hrs_freertos project since shows the proper setup for using BLE (s140 softdevice) with FreeRTOS.

I have this working, but would now like to use Segger's SystemView to instrument/measure some things.

Their instructions and patch files don't seem to match FreeRTOS code included in SDK 17 (even though both claim to be FreeRTOS v10).   It looks like Segger might be using "standard" FreeRTOS files and the Nordic SDK v17 seems to have nrf52 specific modifications.

I did see a similar question from about 4 years ago, but both SystemView and FreeRTOS have changed since then.

Is there an "updated" example that combines the needs of BLE, FreeRTOS, and SystemView?

Thanks!

Related