cancel
Showing results for 
Search instead for 
Did you mean: 

SPDIFRX interface error interrupt problem

Nixz
Associate III
Posted on October 16, 2016 at 21:27

I'm trying to use SPDIFRX interface however, I've found that SPDIFRX_IT_IFEIE can be enabled but there is no IFCR bit to clear it after trigger!

Anybody knows how to clear this interrupt without SPDIFRX_IT_IFEIE bit IFCR?!

regards

Miko?aj Tutak

#!stm32-!cubemx-!bug-!spdif-!irq
1 REPLY 1
slimen
Senior
Posted on October 21, 2016 at 17:12

Hello,

Refer to the reference manual to have more clarification about SPDIFRX interface interrupt, in section ''SPDIF Receiver Interface (SPDIFRX)'' and ''Interrupt Flag Clear register (SPDIFRX_IFCR)''.

You can use the SPDIFRX example, it may help you in your project to use the SPDIFRX HAL APIs.

Regards