STM32H74A3: How can I switch SPI Mode for 2 SPI-Slaves on the fly
I have a system with an STM32H74A3, which uses one SPI port for different slaves which use different SPI modes.One Slave needs Mode 3 (Pol.High/2ndEdge) and 8 Bit Data size, the other needs Mode 0 (Pol.Low/1stEdge) and 16 Bit. Clock Speed is the same...