当前位置:网站首页>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
边栏推荐
- Rust: a simple example of TCP server and client
- Gobang game based on pyGame Library
- Test questions of daily safety network (February 2024)
- MATLAB从入门到精通(二)
- Creation and use of QT dynamic link library
- word frequency count
- Nodejs installation
- 14 py games source code share the second bullet
- QT reading and writing XML files (including source code + comments)
- Rust: shared variable in thread pool
猜你喜欢
使用 bitnami/postgresql-repmgr 镜像快速设置 PostgreSQL HA
QT add external font ttf
【ACM】376. 摆动序列
【ACM】455. 分发饼干(1. 大饼干优先喂给大胃口;2. 遍历两个数组可以只用一个for循环(用下标索引--来遍历另一个数组))
Gobang game based on pyGame Library
WiFi ap6212 driver transplantation and debugging analysis technical notes
Install the yapiupload plug-in in idea and upload the API interface to the Yapi document
解决允许在postman中写入注释请求接口方法
Dynamically add default fusing rules to feign client based on sentinel + Nacos
kettle庖丁解牛第17篇之文本文件输出
随机推荐
A few lines of code teach you to crawl lol skin pictures
From introduction to mastery of MATLAB (2)
GDAL + ogr learning
Rewrite four functions such as StrCmp in C language
Promote QT default control to custom control
软件测试总结
深度学习经典网络解析目标检测篇(一):R-CNN
Rust: the output information of println is displayed during the unit test
Daily CISSP certification common mistakes (April 13, 2022)
硬核解析Promise对象(这七个必会的常用API和七个关键问题你都了解吗?)
Rust: how to implement a thread pool?
CISSP certified daily knowledge points (April 14, 2022)
14个py小游戏源代码分享第二弹
Daily network security certification test questions (April 15, 2022)
硬核解析Promise對象(這七個必會的常用API和七個關鍵問題你都了解嗎?)
线上怎么确定期货账户安全的?
Custom prompt box MessageBox in QT
7-21 wrong questions involve knowledge points.
Deep learning classic network analysis and target detection (I): r-cnn
Daily network security certification test questions (April 14, 2022)