Hello, I am using nRF SDK 12.2.0 , with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c to develop a driver for LIS2DE12.
Initially I was working on integrating a library, and found via Tera term (uart communication) that every other SPI byte output had a 0xFF appended . every other call to nrf_drv_spi_transfer(), The only modification I made was to change the SPI pins. Any ideas as to what's going on?(/attachment/aafcc184333cd473cba77b3053097890)
Thanks!