Issue in Porting from STM32F7 to STM32H7
Hi,
I'm trying to port code from STM32F7 series controller to STM32H7 controller. The code is working fine with STm32F7 (TouchFX + FreeRTOS). But in STM32H7 i am getting LTDC AHB Bus transfer error. I'm running only GUI Task and initialized the required peripherals like LTDC, FMC. Also Using HAL, Instrumentation, and DMA files generated by touchgfx designer for H750 board. My problem is task is running once and suddenly it get locked into LTDC_ER_IRQHandler. I have verified LTDC and FMC and it is working properly without using touchgfx.