I am facing the issue while compiling spi on nrf9160
I am facing the issue while compiling spi on nrf9160
Hi.
First of all, I assume this is the project you are using? https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi
You should be aware that that project is not very actively maintained, and will therefore not work without modifications on the newest NCS version (as you have noticed).
I have attached a modified version of the nrf9160_pca10090ns.overlay and prj.conf files that should work.
Best regards,
Didrik
Hi.
First of all, I assume this is the project you are using? https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi
You should be aware that that project is not very actively maintained, and will therefore not work without modifications on the newest NCS version (as you have noticed).
I have attached a modified version of the nrf9160_pca10090ns.overlay and prj.conf files that should work.
Best regards,
Didrik
hi thanks that working
but now I am getting following error
../src/main.c:12:10: fatal error: misc/printk.h: No such file or directory
which i changed to printf , later gives error for spi.h not found