I am using nRF52 based NINA-112b EVK I saw the spi master example to send the data to slave. Do you have any idea what to do if I want to receive the data from the slave. and how to display it ?
Thanks in Advanced :)
I am using nRF52 based NINA-112b EVK I saw the spi master example to send the data to slave. Do you have any idea what to do if I want to receive the data from the slave. and how to display it ?
Thanks in Advanced :)
Did you also see the SPI slave example? I would suggest that you start there.
Did you also see the SPI slave example? I would suggest that you start there.
Where is this SPI slave example ? Ive spent about 8 hours just trying to get a Spi initialized on the nrf52832 and everytime there is a compile issue or something like nrf_drv_spi_init(&spi, &spi_config, NULL, NULL) not found .
I need an example that works.