My problem is, if I switch to the Serial Monitor window, I see these rebooting messages over and over:
Code: Select all
ELF file SHA256: 0000000000000000
Rebooting...
ets Jul 29 2019 12:21:46
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 188777542, 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:1240
load:0x40078000,len:13012
load:0x40080400,len:3648
entry 0x400805f8
E (104) cpu_start: Running on single core variant of a chip, but app is built with multi-core support.
E (105) cpu_start: Check that CONFIG_FREERTOS_UNICORE is enabled in menuconfig
abort () was called at PC 0x40082601 on core 0
Backtrace:0x400d8d15:0x3ffe3b800x40087a01:0x3ffe3ba0 0x4008c7ed:0x3ffe3bc0 0x40082601:0x3ffe3c40 0x40078f0e:0x3ffe3c90 |<-CORRUPTED
I also tried the ESP32 Blinker example. The results were similar, except the last few lines of output were:
Code: Select all
E (96) cpu_start: Running on single core variant of a chip, but app is built with multi-core support.
E (97) cpu_start: Check that CONFIG_FREERTOS_UNICORE is enabled in menuconfig
abort () was called at PC 0x40082525 on core 0
Backtrace:0x400d4c55:0x3ffe3b800x40086d6d:0x3ffe3ba0 0x4008ba65:0x3ffe3bc0 0x40082525:0x3ffe3c40 0x40078f0e:0x3ffe3c90 |<-CORRUPTED