GPIO connections of OCTOSPI on external flash and ram
My MCU is the STM32H723. To save GPIO pins, I would like to use the following architecture:
- Connect external HyperRAM and Flash to one OCTOSPI bus.
- Use multiplexed mode to access OCTOSPIM_P1 and OCTOSPIM_P2.
- Map external RAM and Flash to different addresses by memory mapped mode
Based on the information from [this STMicroelectronics application note](https://www.st.com/resource/en/application_note/an5050-getting-started-with-octospi-hexadecaspi-and-xspi-interface-on-stm32-mcus-stmicroelectronics.pdf), it seems possible. Is that correct?
Another question: After the memory mapped mode is enabled, the external Flash is read-only, but the external RAM is still readable and writable. Is that correct?

