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

embOS and SoftDevice

Hi

I am developing a product for the health care market, and we chose embOS by Segger to by our OS for the nRF52840 Based product. 

I've created a project based on ble_app_uart and integrated the embOS libraries. 

Now - Do you have an example of running the softdevice task inside embOS ? Such an example exist for freertos ( nrf_sdh_freertos_init ) . 

What will be the equivalent for embOS ? 

Parents
  • Thanks, 

    I will use the FreeRTOS and port it over to embOS, that should be doable.

    embOS does offer application for nRF52 but without any BLE integrated. 

    For FreeRTOS, can you point me out to the relevant files within the solution that requires porting ? is it just main.c ? 

    I've considered Zephyr - but since this is a medical device, I need something more controlled then open source 

    Thanks, 

    Ran

Reply
  • Thanks, 

    I will use the FreeRTOS and port it over to embOS, that should be doable.

    embOS does offer application for nRF52 but without any BLE integrated. 

    For FreeRTOS, can you point me out to the relevant files within the solution that requires porting ? is it just main.c ? 

    I've considered Zephyr - but since this is a medical device, I need something more controlled then open source 

    Thanks, 

    Ran

Children
Related