当前位置: 首页 > wzjs >正文

桐城网站建设湖南企业竞价优化

桐城网站建设,湖南企业竞价优化,网站移动端怎么做,德州万企网站建设开启使用ESP-IDF查看backtrace 在platofmrio.ini中增加两个配置 monitor_filters esp32_exception_decoder build_type debug如果是esp8266的话改成 monitor_filters esp8266_exception_decoder build_type debug 然后重新上传固件,并启用串口监视器 当发生…

开启使用ESP-IDF查看backtrace

  • 在platofmrio.ini中增加两个配置
monitor_filters = esp32_exception_decoder
build_type = debug

        如果是esp8266的话改成

monitor_filters = esp8266_exception_decoder
build_type  = debug
  • 然后重新上传固件,并启用串口监视器

        当发生错误时,会显示如下信息

Guru Meditation Error: Core  0 panic'ed (Store access fault). Exception was unhandled.Core  0 register dump:
MEPC    : 0x420017a8  RA      : 0x42001790  SP      : 0x3fc95870  GP      : 0x3fc8bc00
TP      : 0x3fc89d74  T0      : 0x00000000  T1      : 0xffc3ffff  T2      : 0x00000001
S0/FP   : 0x3fc8d0d0  S1      : 0x00000000  A0      : 0x00000001  A1      : 0xffffffff
A2      : 0x00000000  A3      : 0x00000000  A4      : 0x08000000  A5      : 0x00000010
A6      : 0x00000001  A7      : 0x04c4b400  S2      : 0x00000000  S3      : 0x00000000
S4      : 0x00000000  S5      : 0x00000000  S6      : 0x00000000  S7      : 0x00000000
S8      : 0x00000000  S9      : 0x00000000  S10     : 0x00000000  S11     : 0x00000000
T3      : 0x00000000  T4      : 0x0000000f  T5      : 0x003c0000  T6      : 0x00000003
MSTATUS : 0x00001881  MTVEC   : 0x40380001  MCAUSE  : 0x00000007  MTVAL   : 0x00000010
MHARTID : 0x00000000Stack memory:
3fc95870: 0x00000000 0x3fc8d000 0x01312d00 0x00000001 0x00000000 0x3fc8d000 0x3fc8d0d0 0x42001a50#0  0x3fc8d000 in __global_pointer$ at ??:?#1  0x3fc8d000 in __global_pointer$ at ??:?#2  0x3fc8d0d0 in ?? at src/main.cpp:28#3  0x42001a50 in TFT_eSPI::init(unsigned char) at .pio/libdeps/wifiduino32c3/TFT_eSPI/TFT_eSPI.cpp:6933fc95890: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x3fc8d000 0x3fc8d000 0x420000fc#0  0x3fc8d000 in __global_pointer$ at ??:?#1  0x3fc8d000 in __global_pointer$ at ??:?#2  0x420000fc in setup() at src/main.cpp:2533fc958b0: 0x00000000 0x3fc8f000 0x42003000 0x42004dd6 0x00000000 0x00000000 0x00000000 0x403873a8#0  0x42003000 in Stream::readString() at C:/Users/Administrator/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.cpp:320#1  0x42004dd6 in loopTask(void*) at C:/Users/Administrator/.platformio/packages/framework-arduinoespressif32/cores/esp32/main.cpp:51#2  0x403873a8 in _prvTaskExitError at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port/riscv/port.c:126(inlined by) prvTaskExitError at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port/riscv/port.c:1403fc958d0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5
3fc958f0: 0xa5a5a5a5 0xbaad5678 0x00000160 0xabba1234 0x00000154 0x3fc95790 0xff0afad5 0x3fc8de0c
3fc95910: 0x3fc8de0c 0x3fc95904 0x3fc8de04 0x00000018 0x8cba16ee 0xeafa516c 0x3fc95904 0x00000000
3fc95930: 0x00000001 0x3fc938f4 0x706f6f6c 0x6b736154 0x67661c00 0x00d4b199 0x00000000 0x3fc958f0
3fc95950: 0x00000001 0x00000002 0x00000000 0x00000000 0x00000000 0x3fc8f4f4 0x3fc8f55c 0x3fc8f5c4
3fc95970: 0x00000000 0x00000000 0x00000001 0x00000000 0x00000000 0x00000000 0x4201dc5e 0x00000000#0  0x4201dc5e in _cleanup_r at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/src/newlib/newlib/libc/stdio/findfp.c:2293fc95990: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
3fc959b0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 ELF file SHA256: b7059677e947a7da

在下面就可以看到,发重错误的大概源代码位置了

如:

        #3  0x42001a50 in TFT_eSPI::init(unsigned char) at

.pio/libdeps/wifiduino32c3/TFT_eSPI/TFT_eSPI.cpp:693

参考

https://zhuanlan.zhihu.com/p/710490878

http://www.dtcms.com/wzjs/510413.html

相关文章:

  • 宁波电商网站建设开发百度风云榜
  • 简单网页制作过程win优化大师怎么样
  • 电商网站代码模板自媒体营销的策略和方法
  • 微网站开发 付费阅读网站流量分析
  • 网站建设的实验心得体会上海百度seo优化
  • 永久免费建站空间冯站长之家
  • 转移网站如何转数据库广西seo优化
  • 域名解析要登入哪个网站做百度一下你就知道123
  • 邢台wap网站建设费用站长平台官网
  • 优易官方网站山东seo推广公司
  • 出行南宁app软件下载徐州百度seo排名优化
  • 淮阴网站建设营销网站建设哪家快
  • 做circrna的网站宁波seo深度优化平台
  • 中高端网站建设软件开发外包
  • 济南定机票网站建设东莞互联网推广
  • 北京做网站制作公司化妆品营销推广方案
  • 福州 网站建设专注于seo顾问
  • 怎么弄免费的空间做网站新闻头条 今天
  • 有可以做国外支付系统的网站吗嘉兴seo
  • 建站时长是什么原因造成的seo接单平台有哪些
  • 什么是网站建设需求朋友圈广告30元 1000次
  • 网站公告怎么做培训机构网站
  • 网站开发 国际网站网站运营推广选择乐云seo
  • 网站开发 发表文章网页设计与制作考试试题及答案
  • 电子商务企业网站建设规划网络营销推广方法
  • 1高端网站建设新手小白怎么做跨境电商
  • 常州知名做网站服务今日新闻播报
  • 做网站的服务器哪个系统好企业培训课程种类
  • 网站搜索怎么做的百度网盘客服电话24小时
  • 武汉网站制作哪家强seo首页排名优化