当前位置:网站首页>[M32] simple interpretation of MCU code, RO data, RW data and Zi data
[M32] simple interpretation of MCU code, RO data, RW data and Zi data
2022-06-22 06:29:00 【Cicero】
Output information :
compiling dump_hex.c...
linking...
Program Size: Code=46632 RO-data=616 RW-data=268 ZI-data=15676
FromELF: creating hex file...
"A518x\A518x.axf" - 0 Error(s), 1 Warning(s).
Build Time Elapsed: 00:00:20
Code: Code section ( Code field ), There is Flash in , Binary code
RO-data: The constant area ( Read only data field ), There is Flash in , Store the values of local or global variables , Often be const modification
RW-data: Global area ( Static zone / Read / write data field ), There is Flash in , Runtime occupancy RAM Space , Global variables with non-zero initial value
ZI-data: Global area ( Global variables with an initial value of zero )、 Stack space ( local variable )、 Heap space ( Dynamic applications ), There is RAM In the space , Not occupy Flash Space
communication
WeChat official account : IOT refers to the north
B standing : IOT refers to the north
Thousands of penguins :658685162
边栏推荐
- New GDI functions and functions introduced in MiniGUl version 1.1.0 (II)
- 入门级测试Kotlin实现PopWindow弹窗代码
- C技能树评测——用户至上做精品
- Detailed explanation of eight locks
- 【5G NR】手机身份证号IMEI与IMEISV
- Expert PID control in Simulink
- [5g NR] RRC connection reconstruction analysis
- ERROR: cannot verify nih.at’s certificate, issued by “/C=US/O=Let‘s Encrypt/CN=R3”,wget报错
- [5g NR] mobile phone ID number IMEI and imeisv
- SQL 注入漏洞(十三)base64注入
猜你喜欢

Geoswath plus technology and data acquisition and processing
![[5g NR] ng setup of ngap protocol](/img/aa/bbe4b345374d2cf2ab3bfde5e94d7c.png)
[5g NR] ng setup of ngap protocol

Common auxiliary classes - (key)

5g terminal identification Supi, suci and IMSI analysis

SQL 注入漏洞(十)二次注入

KV260的PMOD接口介绍

什么是JUC

Usage of trim, ltrim and rtrim functions of Oracle
![tab[i = (n - 1) & hash] 的详细解读](/img/be/3e84b3e8406833c2a235494f1a035f.png)
tab[i = (n - 1) & hash] 的详细解读

常用的辅助类—(重点)
随机推荐
Configuration files required for SSM integration and error reports caused by common configuration errors
【5G NR】NGAP协议之NG Setup
【5G NR】NAS连接管理—CM状态
[5g NR] ng setup of ngap protocol
Idea run scope locally
5G终端标识SUPI,SUCI及IMSI解析
Inserting a classdiagram into markdown
仙人掌之歌——进军To C直播(3)
[technical notes]
In the PostgreSQL database, if a field is judged to exist, the update operation is performed. If it does not exist, the insert operation is performed
Mail sending function is realized through SMTP protocol and exchange
Seven parameters of thread pool and custom thread pool
[PHP]TP6 CLI模式下创建tp6和多应用配置以及常见问题
CGIC file upload - rookie notes
BlockingQueue four sets of APIs
Overview of coherent sonar Geoswath
Vulnérabilité à l'injection SQL (XIII) injection base64
ReadWriteLock
Using Monte Carlo method to calculate pi
-bash: telnet: command not found的解决方法