Hello,
in SPISlave_T4.tpp as well as in SPI_MSTransfer_T4.tpp there is this part of code which enables the an LPSPI-Interrupt:
SLAVE_IER = 0x1; /* RX Interrupt */
This sets Bit 0 of the IER to 1, but according to chapter 48.5.1.6.4 of the IMXRT1060 reference manual this Bit (Bit 0) is TDIE and...