Hi,
I'm using spim on nRF52810.After I init the spi driver and using APP_ERROR_CHECK(nrf_drv_spi_transfer(&spi, &Command, 1, m_rx_buf, 1)) , RTT Viewer showing FATAL ERROR.
I have enabled
NRFX_SPIM_ENABLED
NRFX_SPI_ENABLED
SPI_ENABLED
and added
nrfx_spi.c
nrfx_spim.c
nrf_drv_spi.c