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

migrating from nrf_drv_spi to nrfx_spi

Hello, 

I am trying to migrate to nrfx drivers in my project. Currently using SDK15.2 and nrf52840. I have 2 SPI peripherals in my application. One being an SD card and the other is an ECG sensor by maxim. I am using the SD card library in the nordic SDK. I understand that the there is a dependency of this library with nrf_drv_spi drivers. I  want to know a couple of things here. 

1. Can i have one instance of SPI running with legacy SPI driver (for SD card library) and another with nrfx_drivers?

2. Is there any updated version of the SD card library using nrfx drivers?

3. Are there any issues/bugs associated with nrf_drv_spi library?

4. Would it be advisable for me to try and migrate the SD card library?

Thank you. 

Parents Reply Children
No Data
Related