Resolved! Which OCTOSPI pins can be used as MOSI and MISO in single mode?
It is written in the STM32U575/585 reference manual (see below) that the data is sent to the external device over the SO(IO0) signal and that The data received from the external device arrives via SI(IO1). Now, SO is known as Slave Out but here it i...