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.
I don't know how atmel libraries look like, but maybe you could just dig up their library for functions that are responsible for SPI transmission/reception, and just switch them to ones that nordic provides? maybe you will need some refactoring, but that should be possible...
I don't know how atmel libraries look like, but maybe you could just dig up their library for functions that are responsible for SPI transmission/reception, and just switch them to ones that nordic provides? maybe you will need some refactoring, but that should be possible...