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.
thank you for your comment. The SDK is nRF5_SDK_12.2.0_f012efa. Is that right, has spi_master.c gone? I forcibly tried to use spi_master.c as it was. When spi_event_handler responds with communication completion by waiting for SPI_MASTER_EVT_TRANSFER_COMPLETED, it seems that SCLK is output and communicating. Is this a bad thing?
thank you for your comment. The SDK is nRF5_SDK_12.2.0_f012efa. Is that right, has spi_master.c gone? I forcibly tried to use spi_master.c as it was. When spi_event_handler responds with communication completion by waiting for SPI_MASTER_EVT_TRANSFER_COMPLETED, it seems that SCLK is output and communicating. Is this a bad thing?