I want to connect 2 SPI slave with on instance. Issue is to mange chip select pin. I went through few post, people suggested to check SPI manger library. I am not able to get how it can solve my problem. Any help? Last option is to do it manually.
I want to connect 2 SPI slave with on instance. Issue is to mange chip select pin. I went through few post, people suggested to check SPI manger library. I am not able to get how it can solve my problem. Any help? Last option is to do it manually.
You can try this driver. It handles multiple targets automatically.
https://github.com/I-SYST/EHAL/blob/master/ARM/Nordic/src/spi_nrf5x.cpp
Usage examples
You can try this driver. It handles multiple targets automatically.
https://github.com/I-SYST/EHAL/blob/master/ARM/Nordic/src/spi_nrf5x.cpp
Usage examples
Thanks, Can't we do same using existing driver set ?