STM32Cube FW_H7 V1.8.0 does not properly configure the SPDIFRX input pin
using STMCubeMx 6.1.2 on a STM32H723
The 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 like an input, which obviously prevents SPDIFRX from working.
The problem occurs at least for the 2 first SPDIFRX input lines.

