QSPI Data line always high after HAL initialization on B-L462E-CELL1 devkit
I'm trying to use the QSPI interface in Indirect mode to read, write, and erase to an MT25Q Flash chip that is found on the B-L462E-CELL1 development kit.
Using the HAL QSPI initilization included in the STM32CubeL4 package, I am finding the interface misconfigured. The IO3 data line idles high, while all others idle low.
Additionally, it looks like the QSPI peripheral is using all 4 IO lines for instructions, addresses, and data even though I am specifying 1_LINE in each QSPI command, as evidenced by the number of cycles
Are there any known issues with this HAL package?

