Hi @chandan_uv ,
Thank you so much for your interest in our products and for using our community.
Question:
After the blocking transfer, I read the SR (Status Register) using LPSPI_GetStatusFlags, and the returned value was 0x1001101.
Answer: I check your LPSPI SR register value is 0x1001101,
that is 0b0001 0000 0000 0001 0001 0000 0001, the TCF (Transfer Complete Flag) is 0,which means Transfer Not complete.
From IMXRT1170RM, we can see the detail SR status TCF description. In Master mode, indicates that all transfers have completed and that LPSPI has returned to Idle state and the transmit FIFO is empty.

Question:
Do you have any suggestions? Ideally, after the blocking transfer, the LPSPI should be idle. I’m sharing a code snapshot below for reference.
Answer:
I suggest you can develop your project based on SDK demo.
Please Verify the frame format configuration:
Make sure that the LPSPI settings (For example: Data Length, CPOL, CPHA) of the master device are exactly same to the slave device.
Wish it helps you.
If you still have question about it, please kindly let me know.
Wish you a nice day!
Best Regards
MayLiu