MX_TouchGFX_PreOSInit() called before I can init my external (QSPI) Flash
The STM32CubeMX generated main.c has the function MX_TouchGFX_PreOSInit() called directly after the MX_xxx_Init() functions, before I can insert my External Flash Initialisation (in /* USER CODE BEGIN 2 */).
This prevents the use of the External Flash for the TextFlashSection defined by TouchGFX.
It would be better to call MX_TouchGFX_PreOSInit() immediatly before MX_xxx_Init() (in my case MX_ThreadX_Init()).
