migrating from nrf5 sdk 17.1.0 to the standalone nrfx v3.xx.x

hello.

We're now planning to migrate our firmware library from nrf5 sdk 17.1.0 to stand alone nrfx v3.xx.x.

All our products are made with nrf5 sdk 17.1.0 using ses.

The soc is nrf52833.

We don't use 'soft device' and BLE stack.

Q1. Is there any template project for ses with nrfx v3?

Q2. Can we just use nrf5 sdk 'flash_placement.xml' for nrfx v3 with 'ses'?

Thank you.

Parents
  • Hi,

    Q1. Is there any template project for ses with nrfx v3?

    We do not provide any example projects for stand alone nrfx and SES. The only example projects available are for Zephyr, which you can find here.

    Q2. Can we just use nrf5 sdk 'flash_placement.xml' for nrfx v3 with 'ses'?

    nrfx v3 has not been integrated with nRF5 SDK where we had SES example projects, so I expect there are soem adjustments needed. That said, nrfx is simple and low-level so it may work out of the box or with minimal changes.

    PS: I recommend condidering the nRF Connect SDK, which includes updated nrfx drivers.

Reply
  • Hi,

    Q1. Is there any template project for ses with nrfx v3?

    We do not provide any example projects for stand alone nrfx and SES. The only example projects available are for Zephyr, which you can find here.

    Q2. Can we just use nrf5 sdk 'flash_placement.xml' for nrfx v3 with 'ses'?

    nrfx v3 has not been integrated with nRF5 SDK where we had SES example projects, so I expect there are soem adjustments needed. That said, nrfx is simple and low-level so it may work out of the box or with minimal changes.

    PS: I recommend condidering the nRF Connect SDK, which includes updated nrfx drivers.

Children
No Data
Related