2026-06-08 11:38 PM
Hi Team,
Memory calculations for STM32N6570 DK board.
Peak RAM & Peak Flash Estimation STM Cube IDE
.data of model hex needs to be added separately, as the model hex is generated and flashed separately on the STM32N6
From the IDE we get this bss,data,and text size
Flash = text + data = 205,404 + 1,616 = 207,020 bytes ≈ 202.17 KB
RAM = data + bss = 1,616 + 102,040 = 103,656 bytes ≈ 101.23 KB
For cpu+npu we flash the model in hex format, so we need to add the peak ram and peak flash of hex file with IDE peak ram and peak flash.
model size - STEDGEAI 3.0
Total Peak Ram and Peak Flash
Is my calculation for peak RAM and peak FLASH are correct?
could you please confirm this?
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.