Resolved! Problems with SPI3 on STM32H725ZGT6 device
HelloI would like to make SPI3 on my board with STM32H725ZGT6 micro-controller work.Here is my initialization:void MX_SPI3_Init(void) { GPIO_InitTypeDef GPIO_InitStruct; /* SPI3 parameter configuration*/ hspi3.Instance = SPI3; hspi3.Init.Mode = ...