NCS SPI SCLK Goes idle between bytes

Hello,

I'm getting really weird behavior for SPI on my nRF52840 DK. I would expect the SCLK to be driven throughout the entirety of a transmission using spi_transceive, but I get the attached behavior instead.

Context: Trying to interface with AD7177, at this point just trying to read the ID register given in the datasheet. This works by first sending an 8-bit command and subsequently reading a 16-bit value.

Related