Re: Enable SPI driver on nrf52840
Chettimada, Vinayak Kariappa
Hi Chuck,
toggle quoted message
Show quoted text
All that I am sayings is, do not modify your repository, do not add anything to prj,conf file.
execute cmake, then either use make or ninja for the target config or menuconfig. Then you get to the Kconfig options for SPI and I2C drivers, select and fill all necessary details like the IRQ priorities and pins etc.
Mind you if the dependencies are not filled correctly, you will need to start all over again (clean, seems some issue with unassigned values to Kconfig options).
Meanwhile, issue with cmake or make failing fatally for missing dependencies will be looked into, https://github.com/zephyrproject-rtos/zephyr/issues/9573
Sebastian / Ulf,
Seems the make menuconfig is un-usable if dependencies like pin assignments are missing after enabling SPI driver for nRF52840.
Regards,
Vinayak
|
|