https://github.com/lvgl/lv_port_stm32h745i_disco => to stm32h750b disco
I am trying to get the https://github.com/lvgl/lv_port_stm32h745i_disco to run on the STM32H750 instead of the H745 disco.
I have selected the external loader and at startup the corresponding project loader. In the main.c file of the disco port project I have removed the QSPI inits.
I replaced the linker script file with the content from the linker script of LTDC_Paint example for the STM32H750.
It compiles and flashes everything without errors, but nothing works, also no LED starts.
What else do I have to adjust or should I consider?
