struct rst_info {
uint32 reason; // enum rst_reason
uint32 exccause;
uint32 epc1;
uint32 epc2;
uint32 epc3;
uint32 excvaddr;
uint32 depc;
};
其中成员的意义是什么?
复位信息结构体成员的意义是什么
-
- Posts: 17
- Joined: Tue Mar 24, 2015 1:46 pm
-
- Posts: 17
- Joined: Tue Mar 24, 2015 1:46 pm
Re: 复位信息结构体成员的意义是什么
Postby ESP_Faye » Fri Jul 31, 2015 12:06 pm
您好,
非常抱歉没有及时回答您的问题。
uint32 reason; // enum rst_reason 重启的原因,说明可参考文档“2C-ESP8266__SDK__Programming Guide”
uint32 epc1; // 出现异常时的 PC 指针位置,可以在对应 .s 文件中查找该地址,定位出问题的函数。可参考帖子 http://bbs.espressif.com/viewtopic.php?f=61&t=292
感谢您对 ESP8266 的关注 !
非常抱歉没有及时回答您的问题。
uint32 reason; // enum rst_reason 重启的原因,说明可参考文档“2C-ESP8266__SDK__Programming Guide”
uint32 epc1; // 出现异常时的 PC 指针位置,可以在对应 .s 文件中查找该地址,定位出问题的函数。可参考帖子 http://bbs.espressif.com/viewtopic.php?f=61&t=292
感谢您对 ESP8266 的关注 !
Who is online
Users browsing this forum: No registered users and 4 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.