You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems in version 3.2 something has been changed with adc continuous mode. I have ADC on GPIO5 and I want to have WiFi, which is activated by pressing GPIO0. Now when I try to set up wifi I get "Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed)."
In v3.1.0 this sketch works with no issues.
Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed).
Backtrace: 0x42002b9f:0x3fc99e00 0x403791ae:0x3fc99e20 0x40379233:0x3fc99e70 0x4037b7e8:0x3fc99e90 0x403796d5:0x3fc99ec0 0x40376394:0x3fca4440 0x403765cf:0x3fca4460 0x4037e8be:0x3fca4490
Decoding stack results
0x403791ae: adc_dma_intr at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_adc/adc_continuous.c line 90
0x40379233: adc_dma_in_suc_eof_callback at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_adc/gdma/adc_dma.c line 15
0x4037b7e8: gdma_default_rx_isr at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_hw_support/dma/gdma.c line 829
0x40376394: spi_flash_op_block_func at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/cache_utils.c line 134
0x403765cf: ipc_task at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_system/esp_ipc.c line 65
0x4037e8be: vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c line 139
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
Board
ESP32-s3-wroom1
Device Description
ESP32-s3-wroom1
Hardware Configuration
GPIO5 ADC
Version
v3.2.0
IDE Name
Arduino IDE 2.3.4
Operating System
Ubuntu 24
Flash frequency
40Mhz
PSRAM enabled
no
Upload speed
921600
Description
Seems in version 3.2 something has been changed with adc continuous mode. I have ADC on GPIO5 and I want to have WiFi, which is activated by pressing GPIO0. Now when I try to set up wifi I get "Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed)."
In v3.1.0 this sketch works with no issues.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: