2024-05-04 01:24 AM - edited 2024-05-04 01:30 AM
Hi,
I'm looking for SRAM memory for STM32H757xI and found this
https://eu.mouser.com/ProductDetail/ISSI/IS66WVS4M8BLL-104NLI?qs=doiCPypUmgHfByEUFkOsAw%3D%3D
Does such kind or SRAM memory work with this MCU model?
Thanks.
Solved! Go to Solution.
2024-05-04 07:45 AM
Hello,
I don't see an issue with using that PSRAM on FMC interface. You can refer to the STM32H743-Eval board schemtics downloadable from here to inspire from on how to connect that device. It uses IS61WV102416 device.
Also inspire from its driver from here.
Hope it helps.
2024-05-04 02:42 AM
Attaching such kind of memory is the task of FMC and STM32H757 has FMC. So it is possible, but requires you to setup up FMC for that device.
2024-05-04 07:35 AM
...and always match those trace lengths! ;)
2024-05-04 07:45 AM
Hello,
I don't see an issue with using that PSRAM on FMC interface. You can refer to the STM32H743-Eval board schemtics downloadable from here to inspire from on how to connect that device. It uses IS61WV102416 device.
Also inspire from its driver from here.
Hope it helps.
2024-05-08 09:33 AM
Thank you for advises - very helpful.