Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP_ERROR_CHECK failed after compile and upload to m5stack #46

Open
robertotyf opened this issue Feb 23, 2023 · 1 comment
Open

ESP_ERROR_CHECK failed after compile and upload to m5stack #46

robertotyf opened this issue Feb 23, 2023 · 1 comment

Comments

@robertotyf
Copy link

Hi There, I compile and upload the code to the M5stack Core v1.0, the device seemed to be restard always, M5stack is showing Settip Up Wifi and Checking SD every time, so I check the serial monitor on arduino IDE, and found out a memory problema related to the ESP data start config. Error as follows:

Current pcap file is: /pcap/0000.pcap
SD CHECK OPEN
NVS Flash init
LWIP init
[1] Skipping event loop init
[2] Initing WiFi with config defaults
E (9355) wifi:Expected to init 8 rx buffer, actual is 7
ESP_ERROR_CHECK failed: esp_err_t 0x101 (ESP_ERR_NO_MEM) at 0x4008de48

Is this related to a ESP library issue or bug?

@janjanson84
Copy link

Im running into the same issue:

NVS Flash init
LWIP init
[1] Skipping event loop init
[2] Initing WiFi with config defaults
ESP_ERROR_CHECK failed: esp_err_t 0x101 (ESP_ERR_NO_MEM) at 0x4008e1ec
file: "/Users/janjanson/Documents/Arduino/ESP32-WiFi-Hash-Monster/ESP32-WiFi-Hash-Monster/ESP32-WiFi-Hash-Monster.ino" line 290
func: void setupWiFiPromisc()
expression: esp_wifi_init(&cfg)

abort() was called at PC 0x4008e1ef on core 1

Backtrace: 0x40083e41:0x3ffe2380 0x4008e1f9:0x3ffe23a0 0x4009412d:0x3ffe23c0 0x4008e1ef:0x3ffe2440 0x400d4eac:0x3ffe2460 0x400d6707:0x3ffe2550

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants