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

Can the nrf52833 run FreeRTOS?

Excuse me:

                     Can the nrf52833 run FreeRTOS?Which example in the nRF5 SDK supports nrf52833 running FreeRTOS?

Parents Reply
  • Hi,

    The heart rate application is not supported on the nRF52833 out of the box, unfortunately. If you look in the example folder, you will find that there is no project file or Makefile for nRF52833. There is a project file for nRF52840, which use SoftDevice S140. This SoftDevice is supported on nRF52833, so you can try transferring the nRF52840 project to a nRF52833 project. To do so, you can follow the guide in Transferring the project to nRF52810 hardware. This guide is originally for nRF52810, so remember to change the preprocessor settings and linker script to match nRF52833 and not nRF52810.

    Best regards,

    Marte

Children
Related