4. **开发环境配置问题**:您提到使用的是VScode+platformIO,可能存在配置问题。请检查platformIO的配置...
visual code (1.84.2) and platformio (6.1.11) device: ESP32-2432S028R when i allocate more than a certain amount of global variables and although the code compiles, builds and gets uploaded it crashes with: Code:Select all rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) conf...
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:4 load:0x3fff0034,len:1576 load:0x40078000,len:12700 load:0x40080400,...
当按下按钮时,服务器将发送一个GET请求。这是以前的工作,只有一个LED和一个按钮的HTML页面。这段代码就是,只要有更多的按钮和变量。但是,当我将它上传到ESP32并打开串行窗口时,我得到如下信息: rst:0xc (SW_CPU_RESET),引导:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0,SPIWP...
Toolchain:PlatformIO latest (platform=espressif32, framework=espidf), uses IDF 5.2.1 OS:Linux Mint Boot log: Code:Select all etsJul292019 12:21:46rst:0x3(SW_RESET),boot:0x13(SPI_FAST_FLASH_BOOT)configsip:0,SPIWP:0xeeclk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x...
hello, i'm tring to get image form ESP32-CAM using platformio. this is my fededback message: E (2207) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) Camera init failed with error 0x105ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_...
output: rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 ...
如下内容 无限循环打印rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030
as i get a reboot from time to time (for no known reason, it’s reported as SW_CPU_RESET for both cores), i tried to put all data that should survive a reboot in rtc ram by defining them as globals with RTC_DATA_ATTR in front. ...
With the ESP32, you can save data on the RTC memories. The ESP32 has 8kB SRAM on the RTC part, called RTC fast memory. The data saved here is not erased during deep sleep. However, it is erased when you press the reset button (the button labeled EN on the ESP32 board). ...