2020-10-29 09:47 PM
Hi
I am planning to run a RAM test on STM32h743 RAM module. But I noticed that the RAM is divided into 3(SRAM 1,2,3) .Are these three RAMs physically different or the same RAM divided into three modules.
Thanks in Advance
2020-10-29 10:01 PM
Distinct arrays, on the same silicon, multiple buses to reduce contention. Actually more RAM than those 3, also SRAM4, AXI RAM, ITCM RAM, DTCM RAM
2020-11-03 05:29 AM
I treat them as different RAMs because they have their own row and column decoder.