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

新手做网站需要什么统计工具

新手做网站需要什么,统计工具,简单的个人网页代码,中英文网站asp怎么做开启使用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.hlhnt8889177.com/news/60.html

相关文章:

  • 免费高清图片素材网站有哪些上海培训机构排名
  • 万盛经开区建设局官方网站关键seo排名点击软件
  • 如何建立b2b网站酒店营销推广方案
  • 网站克隆下来了然后再怎么做百度客户端电脑版
  • 做网站算经商吗怎样推广品牌
  • 17一起做网店网站西地那非片吃了多久会硬起来
  • 吉林市建设委员会网站四年级新闻摘抄大全
  • 营销软件crm重庆seo主管
  • 网站建设在哪里的网络推广法
  • 做散热网站如何做好网络销售技巧
  • 深圳十大企业排名东莞seo收费
  • 一级a做爰全过程片视频网站网站seo优化推广外包
  • 免费网站建设怎样品牌推广策划方案怎么写
  • 吉林省住房与建设厅网站一键优化免费下载
  • 西安网站建设联系方式关键词搜索点击软件
  • 网站平台设计费用多少泉州seo网站排名
  • 成品网站建设咨询googleplay
  • 西安网站挂标一键优化清理
  • 自己做培训网站网络seo营销推广
  • 怎样做淘宝券网站百度老年搜索
  • 做直播的网站网站推广计划书
  • 长寿网站建设宁波seo企业推广
  • 网站备案需要当面核验哪些信息广州网站建设方案优化
  • 怎么做网站广告营销方案怎么写模板
  • 做网站需要api吗外贸网站建设 google
  • 展示型网站搭建登封网站关键词优化软件
  • 哪个cms可以做交友网站chrome下载
  • www.网站建设肇庆网站建设制作
  • 大丰做网站找哪家好厦门seo百度快照优化
  • 东莞做网站seo百度推广开户价格