How to use two QSPIs of STM32U575RG simultaneously

As shown in the figure, when using one QSPI, the other becomes unselectable.

As shown in the figure, when using one QSPI, the other becomes unselectable.
Hello
When Multiplexed mode is enabled, both OCTOSPI1/2 signals are mixed over one OCTOSPI/XSPI I/O port except the OCTOSPI1/2_NCS / XSPI1/2_NCS1/2 pins.

So, the OCTOSPIs are time-multiplexed over the same bus.
You cannot transmit data at the same time because an minimum number of cycles needed to switch from an OCTOSPI to another can be configured.
This internal timer guarantees a latency between the falling edge of the REQ signal of the active OCTOSPI (the active one releases the bus), and the rising edge of the ACK signal to the requesting OCTOSPI (the bus is granted to the requesting one). The REQ2ACK_TIME field of the configuration register OCTOSPIM_CR defines the duration.
Thank you.
Kaouthar
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.