Hello Everyone,
I have configured SPI1 at 1MHz, to receive data with a sensor. Basically i am reading data from a sensor device. So calling spi_transceive_dt()
with 4 Tx byte and 4 Rx bytes (Initially tried with 3 Tx bytes and 3 Rx bytes as sensor outputs 24 bits of data). I am able to receive the data as well correctly, but while checking the waveform of MISO and SCK pin i observed that there is a big gap of 14-15us in the clock signal and clock is not continuous. I have attached tha waveform as well, we can seee that clock is flat for 14-15 us. As per my understanding i am using the Tx and Rx buffer of 4 bytes so clock must be consistent for 32 pulses.
I am wondering if anyone have observed this kind of issue.
Using Nrf52832, NCS version 2.9.0
Using following code to read the data.
Best Regards,
Pradeep