Unable to get proper QSPI output with NUCLEO-H743ZI2
Figure 1: QUADSPI General Parameters

Figure 2: QSPI GPIO Settings
OS: Linux Mint 64-bit Tessa (19.1)
IDE: cubeMX IDE 1.0.1
code generator: cubeMX 5.2.1
MCU: STM32H743ZIT6U
DevBoard: NUCLEO-H743ZI2
Target: FPGA (Not assembled, currently prototyping the driver. FPGA Interface is being design parallel to my work. All work here is for the Saleae timing analysis.)
Using cubeMX to initialize my system, I am unable to get QSPI to give me valid output.
Steps to setup:
- Configure the clock so that QSPI is driven by HCLK3 at 240MHz (Should be scaled down to 48MHz after pre-scaler).
- Enable QSPI for Bank 1 using the following parameters (Figure 1).
- Enable NVIC for QSPI Interrupts.
- Set GPIO to 'Very High' maximum output speed (Figure 2).
Once the code has been generated, I do the following to set up the QSPI command:

Then, once in the main while loop, I do the following where I will get blocked on that while loop. Debugger reports that halStatus is HAL_ERROR. Note: txBuff is a buffer of size BUFFER_SIZE filled with sequencing 0xAA and 0x55.

By looking through the HAL_QSPI_Transmit function, I've determined the following has been causing the error.

Where QSPI_WaitFlagStateUntilTimeout() fails due to timeout (seemingly independent of the timeout duration!). It seems to me that the hardware is never setting QSPI_FLAG_TC, and this will always fail. I get the following output with this set up on my saleae.

I've been hitting my head against this for some time I'm running out of options. I'm hoping someone here can shed some light on my problem.
Please and Thank you,
Skye~
