I am trying to build spi communication between nf52(master) and ads1192(slave). Can I use spi_master_with_spi_slave example directly in this case.
I am trying to build spi communication between nf52(master) and ads1192(slave). Can I use spi_master_with_spi_slave example directly in this case.
Why do You want to use SPI slave also? SPI master is all you need in this case.
You can start by checking SPI examples available in SDK - it should give you better overview how spi on nrf5x works... Then you could maybe specify your question somehow better
You can start by checking SPI examples available in SDK - it should give you better overview how spi on nrf5x works... Then you could maybe specify your question somehow better