Hello,
NCS1.8.0 Windows10 X64;
spi_loopback test,default code default pins;it is ok.
when i change the SPI_1 pins ,
Failed to achieve the effect, still used the original pins.
thanks
Best Regards
yuyou
Hellow,
thanks Simon.
this is the answer.
created file nrf52840dk_nrf52840.overlay as follow pic:
SES
reload project and rebuild, it still runing whit old pin.
it means nrf52840dk_nrf52840.overlay not used.
but,when i delete folder build_nrf52840dk_nrf52840
and recreated,the pin had changed.
VS CODE
build it will changed.not need delete folder and recreate.
thanks
Best Regards
Building an NCS/Zephyr project happens in two phases:
When you rebuild the project in SES, it will only run the Build phase, check out the ticket SEGGER Embedded Studio Nordic Edition for NCS doesn't update .config for modified prj.conf to see how to run configuration phase+build phase.
However, you did say that you reloaded the project, so it's strange that it didn't work then
Building an NCS/Zephyr project happens in two phases:
When you rebuild the project in SES, it will only run the Build phase, check out the ticket SEGGER Embedded Studio Nordic Edition for NCS doesn't update .config for modified prj.conf to see how to run configuration phase+build phase.
However, you did say that you reloaded the project, so it's strange that it didn't work then