Excuse me:
Can the nrf52833 run FreeRTOS?Which example in the nRF5 SDK supports nrf52833 running FreeRTOS?
Excuse me:
Can the nrf52833 run FreeRTOS?Which example in the nRF5 SDK supports nrf52833 running FreeRTOS?
Hi,
Yes, the nRF52833 can run FreeRTOS. You can read more about FreeRTOS in nRF5 SDK here: nRF5 SDK FreeRTOS support. The SDK has two examples using FreeRTOS already, the Blinky FreeRTOS example and the Heart Rate Application with FreeRTOS.
Best regards,
Marte
But the S132 protocol stack is used in Heart Rate Application with FreeRTOS, and the nrf52833 can only be compatible with the protocol stack shown in the figure below,I will use nrf52833 as a peripheral,Is there any problem with nrf52833 running Heart Rate Application with FreeRTOS?

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
Is the guide in Transferring the project to nRF52810 hardware used on keil?Customer development project on SES,Is there any guide on SES?
Hi,
I am not sure if it is Keil or a general guide, but the steps to do this in SES are as follows:
Best regards,
Marte