Touchgfx video Widget not working, run into hardware fault while initialization
I have a STM32F767 board, and a demo with 10.1 inch display which is working fine without video.
And I tried to add only one, like below, and when I download the code into the MCU, it will run into hardware fault.
After some debug, I found in:
- it will not able to run to main of the c code;
- in __main, it will call some cpp initialization code, and will call some freertos api, this cause some problem, you can ref to below picture, I'm not very familiar with C++
The call stack

This I really don't understood, why this generated code will call the osSemaphoreCreate at this time, because the freertos is not initialized yet?
my configuration in mx
version information:

Appreciate for your comments, thanks.
