当前位置:网站首页>Keil RVMDK compiled data type
Keil RVMDK compiled data type
2022-04-23 18:22:00 【Things will turn when they reach the extreme 1024】
KEIL RVMDK Compiled information
Program Size: Code=86496 RO-data=9064 RW-data=1452 ZI-data=16116
Code Is the space occupied by the code ;
RO-data yes Read Only The size of the read-only constant , Such as const type ;
RW-data yes (Read Write) The size of the initialized read-write variable ;
ZI-data yes (Zero Initialize) The size of uninitialized read-write variables .ZI-data It won't be counted in the code because it won't be initialized ;
In short, when burning, it is FLASH The occupied space in is :Code + RO Data + RW Data
While the program is running , Inside the chip RAM The space used is : RW Data + ZI Data
from https://www.cnblogs.com/king-77024128/articles/3463107.html
版权声明
本文为[Things will turn when they reach the extreme 1024]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210610057033.html
边栏推荐
- 硬核解析Promise对象(这七个必会的常用API和七个关键问题你都了解吗?)
- Pyppeter crawler
- If condition judgment in shell language
- Daily network security certification test questions (April 18, 2022)
- Rust: the output information of println is displayed during the unit test
- Dynamically add default fusing rules to feign client based on sentinel + Nacos
- Refcell in rust
- WiFi ap6212 driver transplantation and debugging analysis technical notes
- Crawling mobile game website game details and comments (MQ + multithreading)
- Reptile efficiency improvement method
猜你喜欢

Use of regular expressions in QT

Multifunctional toolbox wechat applet source code

SSD硬盘SATA接口和M.2接口区别(详细)总结

函数递归以及趣味问题的解决

QT add external font ttf

Docker 安装 Redis

Creation and use of QT dynamic link library

In win10 system, all programs run as administrator by default

硬核解析Promise對象(這七個必會的常用API和七個關鍵問題你都了解嗎?)

Nodejs安装
随机推荐
STM32学习记录0008——GPIO那些事1
Ucosiii transplantation and use, reference punctual atom
Correct opening method of option
QT excel operation summary
Climbing watermelon video URL
GDAL + ogr learning
Analysez l'objet promise avec le noyau dur (Connaissez - vous les sept API communes obligatoires et les sept questions clés?)
Daily CISSP certification common mistakes (April 14, 2022)
NVIDIA Jetson: GStreamer and openmax (GST OMX) plug-ins
由tcl脚本生成板子对应的vivado工程
Daily network security certification test questions (April 18, 2022)
Feign requests the log to be printed uniformly
Pyppeter crawler
Rust: shared variable in thread pool
Calculation of fishing net road density
Daily network security certification test questions (April 13, 2022)
多功能工具箱微信小程序源码
Resolve the error Max virtual memory areas VM max_ map_ count [65530] is too low, increase to at least [262144]
Custom prompt box MessageBox in QT
SSD硬盘SATA接口和M.2接口区别(详细)总结