QSPI mapping of pins IO4 - IO7 to the normal 4 data lines (D0..D3) of QSPI NOR FLASH
Hi,
I configured the STM32U5G9VJT6Q to use QSPI to interface to a NOR FLASH ( MT25QL128ABA1EW9-0SIT ).
Because of other connectivity, the only option for the data lines (Data [3..0] as highlighted in yellow in the attached screenshot) is "Port 2 IO [7..4]". All other options in the drop-down menu next to "Data [3..0]" are either red or disabled.
I need to be absolutely sure of the connectivity and that it will work (preferably using the HAL drivers).
Does that configuration work?
With reference to the pins table in the attached screenshot, do I need to connect the data lines as follows:
- PH9 (P2_IO4) connected to QSPI flash memory Data 0
- PH10 (P2_IO5) connected to QSPI flash memory Data 1
- PH11 (P2_IO6) connected to QSPI flash memory Data 2
- PH12 (P2_IO7) connected to QSPI flash memory Data 3
or in some other ways?
Thank you

