Has anyone tryed or know if freertos is working with nRF51822?
Has anyone tryed or know if freertos is working with nRF51822?
Actually, the SoftDevice is not really an RTOS. It does not provide most of the infrastructure that goes with it, and it was designed to be RTOS agnostic. You should be able to run FreeRTOS on top of the SoftDevice.
Actually, the SoftDevice is not really an RTOS. It does not provide most of the infrastructure that goes with it, and it was designed to be RTOS agnostic. You should be able to run FreeRTOS on top of the SoftDevice.