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

RTOS selection

Hey.
I'm looking for a complete free   RTOS for the commercial development of our startup.                                                                                                                                                                                       We will use the SEGGER Embedded Studio IDE and SoC Nordic nRF52840.                                                                                                                                                                                                        As I understand, SEGGER Embedded Studio is free for users any ARM Cortex-M based device in the nRF series.                                                                                                                                       Is SEGGER embOS free for Nordic users? or does co-operation SEGGER and Nordic don't apply to it? and I only have freertos?
Thanks!

Parents Reply Children
  • Does this mean there is no example that you know of?

    We've ran into difficulties, have not been able to get it to work, but are still working on it..  Right, we have not been able yet to pull the required parts from those examples.  Therefore in the meantime asking if there is any generic example to at least prove the concept all together, and help give us some idea of one way to make it work.  I'm not using FreeRTOS but would like to see an example with any RTOS at this point.  It's unexpected to see the SDK 15.2 and 15.3 example non-RTOS "Heart Rate" indeed running low power sleep but the equivalent "Heart Rate FreeRTOS" not sleeping.. 

  • In order to get the SDK 15.3 Heart Rate FreeRTOS example to sleep, I had to implement the FPU_IRQHandler as mentioned here, even though I wasn't experiencing any divide by 0 issues.

Related