Hello,
Currently, I have to implement to send/receive 64bit(4*16bits) and longer SPI messages using S32K144.
I'm using S32K144 EVB and S32 Design Studio for ARM 2.2
With the LPSPI example code in S32 Design Studio, I tested 64bit SPI transfer
But, I didn't work properly.
I changed CONT register to "True", after then if 4 messages were transferred
Also, I changed CONT register to "False"
But, the result was different from my expectation.
So, I have several questions about the SPI implementation
1. How to send/receive 64bit(2Byte * 4) SPI messages
Which registers also have to be modified from the initial SPI example code?
2. How to send/receive 12Bytes(2Bytes*6) and 168Bytes(2Bytes*84) SPI messages also
Which kinds of things have to be modified together
3. How to observe SPI FIFO values?
I heard the 4 FIFO buffer included in S32K144, Can I observe and monitor the FIFO buffer data?
Due to the security policy of our company, I couldn't attach screenshot
If you need screenshot please let me know your e-mail
Thank you.