Receiving Zeros via SPDIF with STM32F446 does not work
I'm using an STM32F446RE to receive data via SPDIF. This works well with the following initialisation:hspdif.Instance = SPDIFRX; hspdif.Init.InputSelection = SPDIFRX_INPUT_IN0; hspdif.Init.Retries = SPDIFRX_MAXRETRIES_15; hspdif.Init.WaitForAct...