STM32H7R3L8 - SPI NSSP seems to cause SCLK and CS simultaneous state change with CPOL=0, CPHA=1
HelloI am using STM32H7R3L8 MCU and STM32CubeIde v1.19.0. I have an issue where if I was to use SPI4 in Motorola mode together with CPOL=0 and CPHA=1, it works fine. It also works fine when I was to do SPI TX via DMA. Although, as I have the need to ...