Query in changing the clock phase from 0 to 1 on STM32L412 Series EVK in Motorola mode.
Hi Experts,
I have used a SM32L412 series EVK (Master) and thought of interfacing it with ICM-42688P sensor
(Slave) using SPI interface.
As per ICM-42688 4 wire SPI timing diagram and spec, we conclude that it will work on Motorola NSS
mode with (Clock polarity 1 and clock phase 1(2 nd edge)).

And I configured the MCU with the above configuration using STM32CubeIDE and tried to communicate with the slave device. Communication is not happening properly and by probing the CS, CLK, MISO and MOSI lines using oscilloscope, there is no transaction on MISO line. The address sent from master is not properly sampled by slave.
Later, surfing the google regarding this issue, I came across this document “STM32L4 - SPI Serial Peripheral Interface REV 2.0”. In this, it is mentioned that Motorola will support only CPHA =0.

Is there a way to communicate with Motorola NSS mode with (Clock polarity 1 and clock phase 1(2nd edge)) using STM32L4 EVK?
