-
Notifications
You must be signed in to change notification settings - Fork 7.6k
WiFi CPU halted #413
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
Comments
The same on Win7(64) fresh installation :( |
I might have the same issue. Also using arduino core and 1.8.2. Using NodeMCU-ESP32S board with an extra 5v external power supply.
|
I just found out what the issue was on my side. After renaming the folder to : arduino-1.8.2/hardware/espressif/esp32 I can connect to wifi. |
In my case CPU is halted whenever I attach touch interface to my code which used WiFi, pubSubClient and preferences library. |
The OP issue looks like this one: #207 and seems to be solved due his other posts with others issues.... CPU halted is a very generic error, and can happen for several reasons... so if anyone more is having problems, please open a new topic to keep the things organized |
Arduino IDE 1.8.2 OSX /fresh install and fresh git clone/
Every examples with WiFi causes CPU halted:
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0008,len:8
load:0x3fff0010,len:160
load:0x40078000,len:10632
load:0x40080000,len:252
entry 0x40080034
E (915) wifi: wifi_init 1333 ret=4357
/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/freertos/./queue.c:715 (xQueueGenericSend)- assert failed!
abort() was called at PC 0x4008418b on core 1
Guru Meditation Error: Core 1 panic'ed (abort)
Backtrace: 0x40008155:0x3ffce350 0x40007d16:0x3ffce370 0x40082484:0x3ffce3b0 0x400f6248:0x3ffce400 0x400ef584:0x3ffce420 0x400d12a8:0x3ffce450 0x400d12b6:0x3ffce4a0 0x400d12ce:0x3ffce4d0 0x400d133c:0x3ffce4f0 0x400d1397:0x3ffce510 0x400d0ad8:0x3ffce610 0x40113f9a:0x3ffce640
CPU halted.
The text was updated successfully, but these errors were encountered: