am trying to use SPI with nRF 52832. So I implemented spi_master.c which was used in nRF 51822. However, it does not move hard. The length set by SCLK does not come out. Again, is not it unless you use nrf_drv_spi.c? thanks.
am trying to use SPI with nRF 52832. So I implemented spi_master.c which was used in nRF 51822. However, it does not move hard. The length set by SCLK does not come out. Again, is not it unless you use nrf_drv_spi.c? thanks.
Which SDK are you using? The spi_master.c driver was removed in SDK v10.0.0 and replaced by nrf_drv_spi.c. I suggest that you take a look at the spi_master example found in the examples\peripheral\spi_master folder in the SDK.
Which SDK are you using? The spi_master.c driver was removed in SDK v10.0.0 and replaced by nrf_drv_spi.c. I suggest that you take a look at the spi_master example found in the examples\peripheral\spi_master folder in the SDK.