Search found 3 matches

by fftust
Fri Aug 28, 2020 2:33 am
Forum: ESP-IDF 中文讨论版
Topic: BLE连接成功并运行数小时后系统重启
Replies: 1
Views: 2939

BLE连接成功并运行数小时后系统重启

我的系统是基于micropython+espidf(V3.3)。当esp32作为从机被其他设备连接上之后, 一般运行几个小时我的系统就会出现重启或者其他不可能出现的问题。 比如micropython报这样的错误 File "neurons_protocol/neurons_engine.py", line 353, in neurons_request File "neurons_protocol/neurons_engine.py", line 221, in common_neurons_command_request AttributeError: 'bytearray' object ...
by fftust
Mon Aug 10, 2020 8:34 am
Forum: ESP-IDF
Topic: esp32 crashed with unknow reason
Replies: 3
Views: 2856

Re: esp32 crashed with unknow reason

It did not crash in the beginning. After running for a few hours, my application crashed and output the same traceback.

Is it possible that an invalid pointer caused this crash?
by fftust
Sat Aug 08, 2020 3:40 am
Forum: ESP-IDF
Topic: esp32 crashed with unknow reason
Replies: 3
Views: 2856

esp32 crashed with unknow reason

IDF version is release/v3.1. My apllication is very complicate, so I can't describe my code clearly。 This is the whole backtrace, it will occured from time to time.I can't see any function in my application level. Does anyone have an insight on this issue? thank you very much backtrace: 40091b78 <in...