Hi Jimmy
We are using SDK 2.11.0 with a custom board using the i.MX8M Mini.
I could fix the original issue by using the CMSIS implementation of the ECSPI.
But there i face an other issue, that i cannot use ecspi2 and ecspi3 simultaneously.
I used the cmsis_ecspi_int_loopback_transfer as starting point and implemented ecspi 3 accordingly. I can use the ecspi3 alone but not both together.
Either the ECSPI2_DriverIRQHandler or the ECSPI3_DriverIRQHandler is not triggered.