2020-07-28 10:58 AM
Hello, I would like to know if there are any special tricks to SPI half-duplex mode. As far as I know the configuration is done normally with only the direction as 1 line. Can anyone point me to some form of an example for setting up the SPI in half-duplex and then receiving through said port SPI mode. I have searched for days and could not find anything concrete.
Please I am really desperate. Any help will be appreciated
Thank you
Solved! Go to Solution.
2025-01-14 04:08 AM
@RahulGuiris wrote:you say "In order to receive from SPI in half duplex use the following:" then have code which is only transmitting.
Indeed. And the function name is LSM6DS3_WriteReg - so does look very much like a typo.
2025-01-14 04:10 AM
Thanks, this solution solved my problem.