Expanding SRAM on STM32H723VGH6
Hi everyone,
I'm a beginner, and this might be a basic question for many of you, but I appreciate your help nonetheless.
I'm working on a project using the STM32H723VGH6 (due to size and design constraints, I can't use the ZG series) and I want to expand the RAM by connecting an IS62WV51216 SRAM. However, I noticed that in CubeMX, the FMC configuration only has a "Muxed PSRAM" option and no SRAM option (the ZG series has an SRAM option in CubeMX).
Even with the PSRAM option, I found that PSRAM typically has both address lines (Ax) and data lines (Dx), but CubeMX only shows pinout for data lines, not address lines.



I have a couple of questions:
- Is it possible to support SRAM or PSRAM with address lines? If so, how should I connect the GPIOs?
- If it's not possible, is there a suitable PSRAM model that fits this data-line-only configuration?
- When using the HAL library for development, are there any code differences between regular SRAM/PSRAM and this configuration?
Thanks a lot for your help!

