2025-03-20 6:45 AM
I am studying the architecture of the STM32H7 family, and according to the AN there are various types of memory, DRAM, SDRAM, NOR/PSRAM, NAND in addition to the swap between SDRAM and NOR/PSRAM.
What is the reason for such diversity and what benefits does this bring to the developer and the system?
Solved! Go to Solution.
2025-03-27 6:45 AM
The diversity of memory types offers flexibility and allows the system to be optimized according to the needs.
Here is an explanation for each type of memory:
DRAM (Dynamic Random-Access Memory)
SDRAM (Synchronous Dynamic Random-Access Memory)
NOR Flash
PSRAM (Pseudo-Static Random-Access Memory)
NAND Flash
The Utility of Swapping between SDRAM and NOR/PSRAM
Swapping can be used to optimize memory management and improve system performance.
Here is an explanation of this concept:
Performance Optimization
Efficient Memory Management
Improved Reliability
Thank you.
ELABI.1
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-03-27 6:45 AM
The diversity of memory types offers flexibility and allows the system to be optimized according to the needs.
Here is an explanation for each type of memory:
DRAM (Dynamic Random-Access Memory)
SDRAM (Synchronous Dynamic Random-Access Memory)
NOR Flash
PSRAM (Pseudo-Static Random-Access Memory)
NAND Flash
The Utility of Swapping between SDRAM and NOR/PSRAM
Swapping can be used to optimize memory management and improve system performance.
Here is an explanation of this concept:
Performance Optimization
Efficient Memory Management
Improved Reliability
Thank you.
ELABI.1
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-04-10 10:48 AM
Thank you, your explanation was very helpful.