using STMCubeMx 6.1.2 on a STM32H723The code generator does not generate this line in hal_msp.c / HAL_SPDIFRX_MspInit()GPIO_InitStruct.Alternate = GPIO_AF9_SPDIF;The consequence is that the pin behaves like an output forced to 0 instead of behaving l...