zoukankan      html  css  js  c++  java
  • ESP8266 问题

    根据SDK接口编写的程序在运行一段时间,大约15/18分钟左右,就会报错

    [22:30:55.828] there is no poison after the block. Expected poison address: 0x3ffeff2c, actual data: 0x0 0x0 0x0 0x0
    [22:30:59.790] block start: 3ffefe7c
    [22:30:59.790]
    [22:31:07.445] ets Jan 8 2013,rst cause:4, boot mode:(3,6)
    [22:31:07.445]
    [22:31:07.445] wdt reset
    [22:31:07.445] load 0x4010f000, len 1384, room 16
    [22:31:07.452] tail 8
    [22:31:07.452] chksum 0x2d
    [22:31:07.452] csum 0x2d
    [22:31:07.452] v09f0c112
    [22:31:07.452] ~ld
    [22:31:07.452]

    根据乐鑫官网的说明文档,rst cause:4,是WDT问题,但是在代码里我每隔500ms,就有system_soft_wdt_feed ();的调用,还是会报错,记录下这个问题,现在还没有解决......................................................

    问题已经解决,是代码问题

  • 相关阅读:
    Sherlock and Squares
    [leetcode] Super Ugly Number
    [leetcode] Ugly Number II
    [leetcode] Ugly Number
    [leetcode] Burst Balloons
    菜根谭#268
    菜根谭#267
    菜根谭#266
    菜根谭#265
    菜根谭#264
  • 原文地址:https://www.cnblogs.com/nightnine/p/6601999.html
Copyright © 2011-2022 走看看