SPI data transfer is not working when using registers to initialize the SPI unit
I used this function to initialize and setup STM32H743IIT6 uC to work with SPI in master mode:void InitSPI(void) { RCC->APB2ENR=0x00102000; //Enabling SPI45 clock (default: rcc_pclk2=25MHz) SPI4->CFG1=0x30070007; //Baud rate = SPI clock / 16 = 1....