Hello all,
I have a problem with the S32K146 and the SPI communication. But maybe the problem is due to my lack of knowledge about SPI communication. I have a device running as SPI master with framesize configured to 8 bits.
This setup works as expected. There are always 4 bytes exchanged between master and slave. So I want to change the framesize 8 to framesize 32.
However, then the received data is no longer valid. Do I have to consider other parameters when changing the framesize?
According to my theoretical understanding this should not be the case. However, maybe I am wrong....
I'm using the RTD driver V1.01.
Thank you for your help.
Hi @superbird
At RTD Lpspi_Ip_UpdateFrameSize updates the frame size of the specific external device configuration for the following transfers.
B.R.
VaneB