This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SPI sending single byte

Hi,

I'm programming a nRF52832 for SPI communication with another device which requires some single byte TX/RX. After a lot of head-banging, I realized that the nRF52 was sending two bytes when asked to send one and that this was a recognized error in the past (6 years ago). Has there been a bug fix for this in the SDK? If not, is there formal guidance on implementing a workaround?

Thanks.

Related