Hi,
I'm using nrf9160 with Zephyr RTOS i need to interface external flash memory using SPI protocol.
but, I didn't get any example code for that. can you help me to find example code for SPI protocol using nrf9160 with Zephyr RTOS.
Thank you
Hi,
I'm using nrf9160 with Zephyr RTOS i need to interface external flash memory using SPI protocol.
but, I didn't get any example code for that. can you help me to find example code for SPI protocol using nrf9160 with Zephyr RTOS.
Thank you
Hello,
can you help me to find example code for SPI protocol using nrf9160 with Zephyr RTOS.
I believe the spi_flash sample in zephyr\samples\drivers can be used with some minor modifications. You can try that, and let me know if you get stuck.
Hello,
can you help me to find example code for SPI protocol using nrf9160 with Zephyr RTOS.
I believe the spi_flash sample in zephyr\samples\drivers can be used with some minor modifications. You can try that, and let me know if you get stuck.