prvPortStartFirstTask() error due to MX_TouchGFX_Process()
Same known Issue!
I'm working on a project with an STM32F746BGT6 microcontroller with external RAM and nor-flash memory. in the CubeMX, I configured FreeRTOS version 2 and have two tasks (128 words + 8192 words) and LTDC configured correctly (I believe) with TouchGFX. when I add "MX_TouchGFX_Process()" to the task, the program crashed and I get the following Error. But when I commented out "MX_TouchGFX_Process()", the program run correctly (I tested with LED blink).
attempts to increase stack size with no luck :persevering_face:. noted that I updated the TouchGFX to 4.16 (not 4.16.1), maybe the issue caused by the new release (God knows).
Any help will be appreciated.

