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

Problems to manage SPI pins to communicate with the slave.

Hi to everyone!

I'm trying to use the nRF52832 board as master to use an external device (as slave) through SPI. I take the example peripheral/SPI to start to learn how to work with this. In the example I see the event but I don't found when is triggered. link

And, to comunnicate with the slave, the master has to accomplish with one condition: When the master pulls low the ss pin, it also has to wait until MISO pin goes low before starting to transfer. But I don't know how to manage the pins and indicate the way to comunicate with the slave device.

Any idea?

Thank in advance.

Related