I am trying to configure SPI with BLE using softdevice S130. But SPI is not working properly when I used it with BLE, although it is working fine without BLE
I am trying to configure SPI with BLE using softdevice S130. But SPI is not working properly when I used it with BLE, although it is working fine without BLE
And can you see the clock and CS signal with a logic analyzer to see if its working properly and the is only the data that is corrupted.
Also you shouldn't use the nrf_delay_ms function, but replace it with a timer, because the delay blocks the program with nops and the timer just block when the time is achieved.
And can you see the clock and CS signal with a logic analyzer to see if its working properly and the is only the data that is corrupted.
Also you shouldn't use the nrf_delay_ms function, but replace it with a timer, because the delay blocks the program with nops and the timer just block when the time is achieved.