STM32H7BI-DK hardfault with bigger screen size
Hello I'm working with the STM32H7B3I-DK. So far so good.
But for two days I try to increase the size of the screen (to test a bigger display in a second time).
The problem is that I get hardfault when FreeRTOS starts.
New config is as follow (only what is different from the original display):
LTDC
RGB565
480x800 for parameters and layer.
TouchGFX
RGB565
480x800
one layer
Buffer Location by Allocation
Of course I re-generate the code in TouchGFX Designer, before building project.
If I change in the configuration above the 800 by the original 272 pixels it works fine.
Under 272 I don't get crash, above even a few pixels I get crash.

