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.
Please download nordic SDK (version 11 is newest), and open \nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi (if you use new nRF52-DK, PCA10040 is for You) and familiarize yourself with SPI driver. I think you don't need file you are asking about, at all...
Please download nordic SDK (version 11 is newest), and open \nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi (if you use new nRF52-DK, PCA10040 is for You) and familiarize yourself with SPI driver. I think you don't need file you are asking about, at all...