Hello,
I'm trying to get some basic SPI communication between the nRF91 and nRF52 chips on the nRF9160DK. We have been using UART for this communication however we want to move to SPI so we can connect some additional chips to the nRF52.
Using the same interface lines as we were with UART1 I can see the data coming from the nRF52 chip across to the nRF91 on the logic analyzer, but for some reason the data isn't making it into the RX buffer on the nrf9160.
Applications can be found here: https://github.com/mbush91/nrf9160dk_spi_test
To recreate: Grab a nRF9160DK, flash the nrf52 and nrf91 applications and open the usb consoles to see data.
I've tried both sync and async spi calls and the slave is even triggering on the master writes but the data doesn't match.