I'm working with a STM32H723ZG and trying to set up SPI2 communication.I tracked down the issue where my LL_SPI_SetMode(SPI2, LL_SPI_MODE_MASTER) call does not set the Master bit in SPI2_CFG2 to 1, as intended (see Test #1 below). However, if I call...