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

SPI clock stops after tx even if requested for rx

Iam using softdivice 110 and sdk 10.0.0, iam using spi driver for interfacing with spi slave device(flash memory device). I need to send command and then receive the data present in flash, iam using function nrf_drv_spi_transfer() to transfer the data. The problem is when nrf_drv_spi_transfer function with 3 bytes to send and 2 bytes to receive the clock cycles are stops after sending 3 bytes. kindly help me out

Related