Hi there,
iam currently working with S32K142 , i had written LPSPI driver for SDCARD it is working fine.
i implemented it as a polling method.
Now i want to change as interrupt method.
can you please guide us how do i change my code to interrupt method.
Note: By changing interrupt method can i detect sdcard/slave present and if sdcard not present the processor wont halt at LPSPI driver ?