nRF9151 DK: spi slave

I am using the nRF9151-DK as an SPI slave. The SPI communication is not working as expected, and the nRF9151-DK is not receiving any data from the SPI master.

I have configured SPIS3, but the SPI transfer callback is not receiving any data.

 

Environment:

  • Board: nRF9151-DK
  • nRF Connect SDK: v3.3.4
  • Zephyr: v4.3.99
  • Board target: nrf9151dk/nrf9151/ns
  • SPI peripheral: SPIS3

  

  

  

 

  

  

  

Related