Resolved! DMA2D_IRQHandler does not get called upon transfer complete
I have migrated code working fine on STM32F767 to STM32H7A3.The strange thing is DMA2D_IRQHandler does not get called upon memory-to-memory transfer complete. I call HAL_DMA2D_Start_IT() function, it returns no error, it does what it should, I can ev...