STM32L4S9 OctoSPI PSRAM support
Hi,
I work with a development team that is developing a product that has a STM32L4S9 MCU and a IS66WVH8M8ALL-100 HyperBus PSRAM.
Recently, we found in the STM32L4 Errata that actually this MCU does not support PSRAM. We noticed that the self-refresh was not occuring and data was being lost/corrupted.
We tried changing the OctoSPI configuration, but any attempt did not work.

We measured nCS pin, and in fact it is not released in time (4us) to allow the refresh to occur.
In our project we use this memory configured as memory mapped, so we can extend the internal memory . The RAM is used to save various user data, framebuffers and more.
By looking at the HAL code we see that there is a memory type HAL_OSPI_MEMTYPE_MACRONIX_RAM. But we could not find any other OctoSPI RAM memory that is not PSRAM and has density of 64Mb (8MB).
I wonder if someone has faced this same problem and could use, maybe, some OctoSPI Static RAM instead, that does not require self-refresh function.
*We already know and tested a STM32H7 MCU using the same PSRAM, and it fully works. However, this will require a huge change in our product, so we are trying to first understand all options around the STM32L4S9 MCU
