Re: Enable SPI driver on nrf52840
Chettimada, Vinayak Kariappa
Hi Chuck,
toggle quoted message
Show quoted text
I do not understand “menuconfig will not run on the project”, you may want to check your toolchain requirements and/or make a clean build, check that cmake command for the board and application execute successfully.
When setting Kconfig options in prj.conf, one needs to ensure dependencies are taken care, which is something when using the targets “config” or “menuconfig” will take care when selecting Kconfig options.
Anyway, the build process will warn of any mismatch in the Kconfig options that you need to check for.
Alternatively, check your generated “.config” file if you have the required Kconfig options are selected.
Regards,
Vinayak
|
|