Is there a driver, example or a user space application that configure the SPI module within imx8mn in slave mode? Thx!
Hello @moose ,
You can refer to arch/arm/boot/dts/imx6ul-14x14-evk-ecspi-slave.dts and arch/arm/boot/dts/imx6ul-14x14-evk-ecspi.dts.
Make sure not to use “cs-gpios” in dts.
You should use should use “MX8MM_IOMUXC_ECSPI2_SS0_ECSPI2_SS0” instead of “MX8MM_IOMUXC_ECSPI2_SS0_GPIO5_IO13”.
Best regards.
Salas.