I need to set the SPI Mode NRF_DRV_SPI_MODE_0 for a 2nd chip (on the same SCK/MISO/MOSI) to NRF_DRV_SPI_MODE_1.The chipselect is handle by the application.
I can't do the nrf_drv_spi_uninit until the function nrf_drv_spi_init returns an error message "NRF_ERROR_INVALID_STATE".
Is there a function that returns me only the NRFX_DRV_STATE_UNINITIALIZED state?
Is it possible to change to the mode NRF_DRV_SPI_MODE_1 without calling nrf_drv_spi_init (..) again?
Regards
Ralf