- I (30) boot: ESP-IDF v3.2-dev-39-gaaf12390e 2nd stage bootloader
- I (31) boot: compile time 19:13:39
- I (31) boot: Enabling RNG early entropy source...
- I (36) boot: SPI Speed : 40MHz
- I (40) boot: SPI Mode : DIO
- I (44) boot: SPI Flash Size : 4MB
- I (48) boot: Partition Table:
- I (52) boot: ## Label Usage Type ST Offset Length
- I (59) boot: 0 nvs WiFi data 01 02 00009000 00006000
- I (67) boot: 1 phy_init RF data 01 01 0000f000 00001000
- I (74) boot: 2 factory factory app 00 00 00010000 00100000
- I (82) boot: End of partition table
- I (86) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x06818 ( 26648) map
- I (104) esp_image: segment 1: paddr=0x00016840 vaddr=0x3ffb0000 size=0x0229c ( 8860) load
- I (108) esp_image: segment 2: paddr=0x00018ae4 vaddr=0x3ffb229c size=0x00000 ( 0) load
- I (112) esp_image: segment 3: paddr=0x00018aec vaddr=0x40080000 size=0x00400 ( 1024) load
- 0x40080000: _iram_start at C:/msys32/home/user/esp-idf/components/freertos/xtensa_vectors.S:1685
- I (122) esp_image: segment 4: paddr=0x00018ef4 vaddr=0x40080400 size=0x0711c ( 28956) load
- I (142) esp_image: segment 5: paddr=0x00020018 vaddr=0x400d0018 size=0x11e44 ( 73284) map
- 0x400d0018: _flash_cache_start at ??:?
- I (168) esp_image: segment 6: paddr=0x00031e64 vaddr=0x4008751c size=0x015a0 ( 5536) load
- 0x4008751c: rtc_clk_fast_freq_set at C:/msys32/home/user/esp-idf/components/soc/esp32/rtc_clk.c:445
- I (171) esp_image: segment 7: paddr=0x0003340c vaddr=0x400c0000 size=0x00000 ( 0) load
- I (175) esp_image: segment 8: paddr=0x00033414 vaddr=0x50000000 size=0x00000 ( 0) load
- I (189) boot: Loaded app from partition at offset 0x10000
- I (190) boot: Disabling RNG early entropy source...
- I (196) cpu_start: Pro cpu up.
- I (199) cpu_start: Starting app cpu, entry point is 0x40080e58
- 0x40080e58: call_start_cpu1 at C:/msys32/home/user/esp-idf/components/esp32/cpu_start.c:225
- I (0) cpu_start: App cpu up.
- I (210) heap_init: Initializing. RAM available for dynamic allocation:
- I (217) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
- I (223) heap_init: At 3FFB32F0 len 0002CD10 (179 KiB): DRAM
- I (229) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
- I (235) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
- I (242) heap_init: At 40088ABC len 00017544 (93 KiB): IRAM
- I (248) cpu_start: Pro cpu start user code
- E (339) clk: RTC: Not found External 32 kHz XTAL. Switching to Internal 150 kHz RC chain
- I (14) cpu_start: Starting scheduler on PRO CPU.
- I (0) cpu_start: Starting scheduler on APP CPU.
I have connected 32.768 kHz crystal to pins 32 and 33 and to GND. I've selected "External 32kHz crystal" in menuconfig and left "Number of cycles for RTC_SLOW_CLK calibration" and "Bootstrap cycles for external 32kHz crystal" with default values (1024 and 5).
After compiling and flashing I get the following printout on power on:
Is there something else I have to enable or configure to be activate XTAL?
PS. I'm using bare ESP-WROOM-32 with nothing but XTAL connected to it.
Thanks!