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 is used as Master out, so I would expect t to be called MO
and SI is known as Slave In, and here is used as Master in, so I would expect t to be called MI.
Should I disregard the confusing names and use IO0 for MO ad IO1 for MI?
Thanks
