I’m mitgrating from nRF52832 TO nRF52810 and softdevice s132 to s112 and having compile issues.
I understand that NRF peripheral has been removed on the nRF52810 but I do not have any understanding of what that entails or implies.
- I need to enable SPIM
- I have compile error on fuction nrf_ble_qwr_xxx functions
I have removed all source files nrfx_xxxx.c from build and disabled all NRFX_XXXX_ENABLED in sdk_config.h.
Doing so I have error
- NRFX_SPIM0_INST_IDX, NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORO undefined
On the nrf52832, SPIM was initialized using nrfx_spim_init(). Is there an non-nrfx equivalent nrf_spi_xxx?
Regards