2023-05-02 05:02 AM
2023-05-02 05:42 AM
Hope that helps?
Regards
/Peter
2023-05-03 06:46 AM
Thanks for the reply.
I am going to design a schematic with STM32H723.
I need STM32H723 reference schematic for the SRAM and QSPI.
There is no SRAM and QSPI schematic for STM32h723 on the website.
Can I get a reference schematic for this?
2023-05-03 06:59 AM
You're unlikely to find something to just copy-n-paste.
The QSPI connections are pretty consistent across STM32 platforms. The key thing here will be pins that are most usable, and routable. The mix of other peripherals and package will be the strongest drives, and some peripherals have either very specific/finite pin choices, and others soak up a lot of pins.
I'd have more confidence in 16-bit SDRAM for external RAM. There are other serial solutions, but I'm skeptical of band-width, and compatibility. You'll need to work with the memory vendors to better understand implementation details, and STM32 specific design examples. They are the most motivated to get a successful design win, and ST less likely to have tested all combinations, and newest variants.
2023-05-03 07:07 AM
How much RAM does your application need?
External memory is relatively inefficient.
2023-05-03 07:50 AM
My application needs around 256KB of internal RAM.
The main purpose of the external RAM is for the future expansion. So looking for an option of 16-bit SDRAM with 64Mb size.
2023-05-03 08:04 AM
Is the board space constrained, or can you accommodate the larger TSOP-54 ?
Would probably look at the Winbond W98 series parts. I'd suspect several vendors have pin/foot-print compatible parts.
The 8MB (64Mb) being the smaller end capacity size.
2023-05-08 12:04 AM
Hi
Sorry for the delayed response.
Space should not be a concern for my application, TSOP-54 should be okay.
2023-05-08 02:43 AM
Mind that
If you take a look at the datasheet, you will find that H723, H725, H733, H735 are pin-compatible, so you might check some more development boards, like the H735 discovery kit (that has HyperRAM on OSPI, I'm using that, works great).
I don't know if there's any using FMC.
2023-07-20 09:32 AM
I might add my primary concern with OCTOSPI / HyperRAM is not speed, but more with availability and option. Finding a good pairing is possible, but think 2, 5 and 10 years out depending on anticipated design life.
16-bit SDRAM are prolific and multi-sourced, most of the speed and latency issues can be masked on Cortex-M7 platforms with the caching. Yes more pins for sure, but LFP/QFP parts and relatively low cost boards/techniques. Good probability of design working first time, plenty of examples from the configuration and layout perspective, lot of wiggle room for BoM level part substitution.