Question
STM32H750 LVGL Display Issues
Hi Support
I'm running a LVGL demo,set the framebuffer address at extern SDRAM address 0xC0000000
"pLayerCfg.FBStartAdress = ((uint32_t)0xC0000000);"
lvgl need a work mem for dynamically allocated data
when assign the work mem on IRAM(0x24000000-0x24080000) it work fine.

when assign the work mem on ext SDRAM(0xc0000000-0xc2000000) there is issues on display lcd.

And run into the HardFault issues.
