I'm working on a STM32H755ZIQ. I am setting up a SPI master, with CPol= 0, CPha = 1, accordingly I need the clock to be low when inactive. Additionally I want the clock to be low when idling, even when the SPI is not active. To achieve this, I have...