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

2 SPI slaves with one bus

Hi, 

I want to have 2 SPI slaves on the same bus.

I saw in other posts that in the past it was not supported by the spi driver and that i should use NRF_DRV_SPI_PIN_NOT_USED  and manage the pin myself in the software. is this still the case? 

Thanks in advance, 

Danny

  • Hi Danny,

    Yes, if there are more than one SPI slave connected to the SPI bus you will need to control the Slave Select lines in software. 

    Best regards

    Bjørn