This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what RTOS is commonly used with nRF51 SoftDevice?

The SoftDevices claim to be RTOS agnostic. What RTOS is most commonly used with them?

  • Hi,

    We have documentation available for RTX alongside SDK 9.0 which works concurrently with the SoftDevice. The information can be found here. It should also be possible to run other RTOS variations, however you will likely need to port a system timer (SysTick). For the most demanding RTOS variations you will need add some external memory.

    Best regards,

    Øyvind

Related