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.
As Atmel also provides examples on their MCU to control the Atmel wifi module WINC1500, I thought to reuse them on nRF52832, that's why I made effort the port the Atmel codes onto nRF52832.
As Atmel also provides examples on their MCU to control the Atmel wifi module WINC1500, I thought to reuse them on nRF52832, that's why I made effort the port the Atmel codes onto nRF52832.