2016-07-28 06:12 AM
Hello,
I am trying to capture the SPDIF input packets received on STM32F7. I am using a LPCM Stereo input from a DVD player. DMA stream 1 is configured to receive data samples from SPDIF stream. I am receiving a Synchronization Error (SERR) interrupt always when I start. I have followed the procedure suggested in the datasheet, make SPDIFRXEN go to STATE_IDLE and restart from initialization phase. But then I am receiving a Overrun error (OVR) interrupt.Any help is appreciated.Thank you. #stm32f7 #spdif2016-07-28 06:34 AM
Hi,
You can start from this SPDIFRX example provided within package and compare it with your generated code to identify what is going wrong:\STM32Cube_FW_F7_V1.4.0\Projects\STM32F769I-Discovery\Examples\SPDIFRX\SPDIFRX_LoopbackRegards2016-07-28 07:26 AM