HI supporter,
I have a question.I use IMX8 SPI as master, S32K148 LPSPI as SLAVE(use DMA).CS & SCK delay time is 100ns.
When transmission starts, S32K148 always sends data 1 byte slower.
I think maybe CS&SCK delay is too short,But I didn't find minimum delay time in datasheet.
Best regards.
Solved! Go to Solution.
tLead Enable lead time(PCS to SPSCK delay) can be found in Table 46 of datasheet.
Hi lixin,
Do you want to send data 0x0D from slave to master while master sends the first byte to slave?
If so, please try to fill the data buffer of slave before the master CS pull low and send out the CLK.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
HI Robin ,
I want send 0x0D from slave to master,but I already fill data buffer before CS pull down.
I fill data buffer at A2(BLUE CIRCLE)
I use another chip as the SPI master, CS and SCK delay time is about 70us,the question didn’t occur.
So,Could you tell me when use S32K148 's LPSPI as SLAVE, What is the minimum delay time between CS and SCK? I didn't find it in the datasheet.
Best Regards.
tLead Enable lead time(PCS to SPSCK delay) can be found in Table 46 of datasheet.
HI Robin,
Could you send me a copy of S32K-DS?
I only have S32K-RM .
Best Regards.
HI Robin,
Thanks a lot!
Best Regards.