hello, How can I switch SPI_Pin_SS to control multiple SPI slaves? than you,
hello, How can I switch SPI_Pin_SS to control multiple SPI slaves? than you,
You can do it manually, using GPIO. If you are using spi driver, set the ss pin as NRF_DRV_SPI_PIN_NOT_USED in nrf_drv_spi_init config argument.
You can do it manually, using GPIO. If you are using spi driver, set the ss pin as NRF_DRV_SPI_PIN_NOT_USED in nrf_drv_spi_init config argument.
Do you work for Nordic?
Do you have code that demonstrates this?