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.
Yes, as mentioned above the spi_master.c driver was removed in the SDK v10.0.0 release. I strongly recommend that you migrate to the nrf_drv_spi.c driver in SDK v12.1.0 as this driver is designed for the nRF52 and the spi_master.c is not.
Yes, as mentioned above the spi_master.c driver was removed in the SDK v10.0.0 release. I strongly recommend that you migrate to the nrf_drv_spi.c driver in SDK v12.1.0 as this driver is designed for the nRF52 and the spi_master.c is not.