The deeper problem here is perhaps you're using the QSPI for the entirety of the project code.
I'd probably opt for a small boot-loader that brings up the clocks, and external memory, and calls into the App code in the external memory, and then NOT repeat the clock, pin, QSPI stuff again.
If your code is split between internal/external flash memory then you'd need to bring up the external memory before touching it, otherwise it will Hard Fault.
Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
So what I do is I just use the default setting for touchgfx and I just add the USART and I2C for my project. So, how do I know if I need to use it or not? I read the manual but don't understand
I using the STM32H750XBH-DK board. What i want to do just display the sensor value on screen. But the uart also seem doesn't work on me. the thing I curious is when I using the board setting without touchgfx everything is ok but when I want to use with touhgfx everything go wrong.