Hi
I am trying to migrate my project to newest NCS v2.0.0 but is struggling figuring out how to configure SPI2 slave operation mode.
The project is currently running v1.9.1 with calls direct to nrfx_spis.c driver using the following i prj.conf
CONFIG_SPI=n # Zephyr mode disabled
CONFIG_NRFX_SPIS=y
CONFIG_NRFX_SPIS2=y
However for NCS v2.0.0 it seems that a move towards closer integration with DTS and Zephyr driver model has been done.
Do you have any example code on, how to configure this correctly, or can you help point me in the right direction.
Br Anders