TouchGFX and ThreadX integration on STM32F7
Hi all,
Thank you for looking at my thread.
I have started a proof of concept project that runs ThreadX and TouchGFX on a custom QSPI display on STM32F7.
I noticed from the documentation at https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-configure-rtos that the following warning is highlighted.

Now indeed when I generate the code from CubeMX the MX_TouchGFX_Init is not getting called from anywhere, and in the documentation it suggests to call it from app_azure_rtos.c in the tx_application_define method.
However in such method the main thread is already been initialized.

If i replace App_ThreadX_Init with MX_TouchGFX_Ini, I am getting a TX_POOL_ERROR.
What am I supposed to do to initialize TouchGFX?
Thank you
