Resolved! [Bug Report] STM32Cube MCU Package for STM32F0 Series 1.9.0 Error in stm32f0xx_hal_cec.c
HiI wrote a little CEC application. Unfortunatly communication with other devices didn't work well.I used a logic analyzer to find the problem.The error is in the IRQ function HAL_CEC_IRQHandler:[...] if((reg & CEC_FLAG_TXBR) != RESET) { if (hcec-...