Need Zepher RTOS porting support for nRF52840 Based Application.

Hi Team,

We build the bare application with nRF52840 Soc with the SDK Version 16 with out any RTOS Layer. We are planning to port our code base to Zepher RTOS layer.

We need the support for basic porting, like any Reference example or any documentation for porting is helpful to us. Please support us for seem less porting without giving any integration issues.

Regards,

Srinivas.V

Parents
  • Hi

    Unfortunately there are so many differences between the Zephyr RTOS and the nRF5 SDK that reimplementation will in any case be easier and faster than porting, as things that work in the nRF5 SDK might not work if ported directly to Zephyr. The nrfx libraries/drivers should stay the same though, so only the most basic things really need to be reimplemented if you use our drivers/libraries.

    Best regards,

    Simon

  • Hi Simon,

    Once again thanks for reply.

    Again i am repeating the same questing, If we want to take the Zephyr based project as Reference project and on top of that we will start our basic porting, in this manner which project is best fit for us like which sample project from Zephyr folder , Eg:     Samples/bluetooth,   Samples/application_development, Samples/basic ...etc

    Basically we are expecting one ref project which is having the multi tasks and some os internal calls like memory mgmt, semaphore and mutex mechanisms usage etc...

    Any way nrfx libraries/drivers should stay the same, only Zephyr related layers going to change the some of the basic things.

    Could you please mention the things which we need to take care while porting to Zephyr, apart from nrfx related, it would be helpful to us.

    Regards,

    Srinivas.V

Reply
  • Hi Simon,

    Once again thanks for reply.

    Again i am repeating the same questing, If we want to take the Zephyr based project as Reference project and on top of that we will start our basic porting, in this manner which project is best fit for us like which sample project from Zephyr folder , Eg:     Samples/bluetooth,   Samples/application_development, Samples/basic ...etc

    Basically we are expecting one ref project which is having the multi tasks and some os internal calls like memory mgmt, semaphore and mutex mechanisms usage etc...

    Any way nrfx libraries/drivers should stay the same, only Zephyr related layers going to change the some of the basic things.

    Could you please mention the things which we need to take care while porting to Zephyr, apart from nrfx related, it would be helpful to us.

    Regards,

    Srinivas.V

Children
Related