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.
Thanks. I have run the spi master example. With the code I can transmit data to the winc1500, and can see the data ("nordic") on oscilloscope. Can I say that, if the jumpers are connected correctly, the spi transmission is successful?
Thanks. I have run the spi master example. With the code I can transmit data to the winc1500, and can see the data ("nordic") on oscilloscope. Can I say that, if the jumpers are connected correctly, the spi transmission is successful?