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
  • Hi, as for 
    "

    Hi Ran,

    Were you able to get RTOS running with SoftDevice while going to low power sleep between OS ticks?"

    Yes - Within embOS OS_IDLE function ( where OS TICK = 1ms ) , I am calling "nrf_pwr_mgmt_run"
    Since I have a licensed embOS , I am not sure I can share the project with you  (embOS is not free for commercial used ) 

    The only adjustment I've made, is to flush the logs slower then 1 ms . ( like every 100 ms ) , otherwise - log backend would crash 

Reply
  • Hi, as for 
    "

    Hi Ran,

    Were you able to get RTOS running with SoftDevice while going to low power sleep between OS ticks?"

    Yes - Within embOS OS_IDLE function ( where OS TICK = 1ms ) , I am calling "nrf_pwr_mgmt_run"
    Since I have a licensed embOS , I am not sure I can share the project with you  (embOS is not free for commercial used ) 

    The only adjustment I've made, is to flush the logs slower then 1 ms . ( like every 100 ms ) , otherwise - log backend would crash 

Children
No Data
Related