-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
v5.5.1-255-g07e9bf4970
Espressif SoC revision.
ESP32-P4NRW32
Operating System used.
Windows
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
None
Development Kit.
Custom Board
Power Supply used.
USB
What is the expected behavior?
Operational LCD unit
What is the actual behavior?
LCD keeps rebooting on LVGL init only when encryption is enabled.
Steps to reproduce.
- Flash LVGL user code that uses MIPI DSI drivers
- Make sure it runs unencrypted
- Enable Encryption
Debug Logs.
ESP-ROM:esp32p4-eco2-20240710
Build:Jul 10 2024
rst:0x7 (HP_SYS_HP_WDT_RESET),boot:0xc (SPI_FAST_FLASH_BOOT)
Core0 Saved PC:0x4ff00000
#0 0x4ff00000 in _vector_table at ??:?
Core1 Saved PC:0x4ff00000
#0 0x4ff00000 in _vector_table at ??:?
use legacy efuse key
SPI mode:DIO, clock div:1
load:0x4ff33ce0,len:0x1850
load:0x4ff29ed0,len:0xfc4
load:0x4ff2cbd0,len:0x365c
entry 0x4ff29eda
I (29) boot: ESP-IDF v5.5.1-255-g07e9bf4970 2nd stage bootloader
I (30) boot: compile time Oct 7 2025 05:41:01
I (30) boot: Multicore bootloader
I (32) boot: chip revision: v1.0
I (34) boot: efuse block revision: v0.3
I (37) qio_mode: Enabling default flash chip QIO
I (42) boot.esp32p4: SPI Speed : 80MHz
I (45) boot.esp32p4: SPI Mode : QIO
I (49) boot.esp32p4: SPI Flash Size : 16MB
W (53) boot.esp32p4: CPU has been reset by WDT.
I (57) boot: Enabling RNG early entropy source...
I (62) boot: Partition Table:
I (64) boot: ## Label Usage Type ST Offset Length
I (71) boot: 0 nvs WiFi data 01 02 00009000 00005000
I (77) boot: 1 otadata OTA data 01 00 0000e000 00002000
I (84) boot: 2 app0 OTA app 00 10 00010000 00380000
I (90) boot: 3 app1 OTA app 00 11 00390000 00380000
I (97) boot: 4 tempdata Unknown data 01 82 00710000 005f0000
I (103) boot: 5 webdata Unknown data 01 82 00d00000 00300000
I (111) boot: End of partition table
I (114) esp_image: segment 0: paddr=00010020 vaddr=40190020 size=c8844h (821316) map
I (225) esp_image: segment 1: paddr=000d886c vaddr=30100000 size=00068h ( 104) load
I (226) esp_image: segment 2: paddr=000d88dc vaddr=4ff00000 size=0773ch ( 30524) load
I (234) esp_image: segment 3: paddr=000e0020 vaddr=40000020 size=18cfc4h (1626052) map
I (441) esp_image: segment 4: paddr=0026cfec vaddr=4ff0773c size=0fa60h ( 64096) load
I (453) esp_image: segment 5: paddr=0027ca54 vaddr=4ff17200 size=056a4h ( 22180) load
I (458) esp_image: segment 6: paddr=00282100 vaddr=50108080 size=00020h ( 32) load
I (464) boot: Loaded app from partition at offset 0x10000
I (465) boot: Disabling RNG early entropy source...
I (480) hex_psram: psram CS IO is dedicated
I (481) cpu_start: Multicore app
D (481) cpu_start: Pro cpu up
D (481) cpu_start: Starting app cpu, entry point is 0x4ff03b78
#0 0x4ff03b78 in call_start_cpu1 at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_system/port/cpu_start.c:197
D (571) cpu_start: App cpu up
D (494) clk: RTC_SLOW_CLK calibration value: 4780723
D (503) cpu_start: calling init function: 0x4008563e on core: 0
#0 0x4008563e in __esp_system_init_fn_init_efuse_check at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/efuse/src/esp_efuse_startup.c:37
D (503) cpu_start: calling init function: 0x40086d2c on core: 0
#0 0x40086d2c in __esp_system_init_fn_init_show_cpu_freq at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_system/startup_funcs.c:64
I (504) cpu_start: Pro cpu start user code
I (507) cpu_start: cpu freq: 360000000 Hz
D (511) cpu_start: calling init function: 0x400841b8 on core: 0
#0 0x400841b8 in __esp_system_init_fn_init_show_app_info at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_app_format/esp_app_desc.c:123
I (516) app_init: Application information:
I (520) app_init: Project name: arduino-lib-builder
I (525) app_init: App version: idf-master-62-g487f743-dirty
I (531) app_init: Compile time: Oct 7 2025 06:45:28
I (536) app_init: ELF file SHA256: aa0418bc9...
I (540) app_init: ESP-IDF: v5.5.1-255-g07e9bf4970
D (545) cpu_start: calling init function: 0x40085652 on core: 0
#0 0x40085652 in __esp_system_init_fn_init_efuse_show_app_info at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/efuse/src/esp_efuse_startup.c:47
I (551) efuse_init: Min chip rev: v0.1
I (555) efuse_init: Max chip rev: v1.99
I (559) efuse_init: Chip rev: v1.0
D (563) cpu_start: calling init function: 0x4007daca on core: 0
#0 0x4007daca in __esp_system_init_fn_init_psram_new at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-misc.c:263
D (568) hex_psram: real_mpll_freq: 400000000
I (572) hex_psram: ECC is enabled
D (575) hex_psram: exp_data: 0x5a6b7c8d
D (579) hex_psram: ref_data: 0x5a6b7c8d
I (582) hex_psram: vendor id : 0x0d (AP)
I (586) hex_psram: Latency : 0x01 (Fixed)
I (590) hex_psram: DriveStr. : 0x00 (25 Ohm)
I (595) hex_psram: dev id : 0x03 (generation 4)
I (599) hex_psram: density : 0x07 (256 Mbit)
I (604) hex_psram: good-die : 0x06 (Pass)
I (608) hex_psram: SRF : 0x02 (Slow Refresh)
I (613) hex_psram: BurstType : 0x00 ( Wrap)
I (617) hex_psram: BurstLen : 0x03 (2048 Byte)
I (621) hex_psram: BitMode : 0x01 (X16 Mode)
I (626) hex_psram: Readlatency : 0x04 (14 cycles@Fixed)
I (631) hex_psram: DriveStrength: 0x00 (1/1)
D (635) MSPI Timing: psram_freq_mhz: 20 mhz, bus clock div: 20
D (640) MSPI Timing: psram_freq_mhz: 200 mhz, bus clock div: 2
D (646) MSPI DQS: set to phase: 0
D (649) MSPI DQS: set to phase: 1
D (652) MSPI DQS: set to phase: 2
D (655) MSPI DQS: set to phase: 3
....(lots of "MSPI DQS: set to phase" repetition here that i deleted to fit the logs)
D (658) MSPI Timing: test nums: 1, test result: [id][good/bad][good_times]:
D (665) MSPI Timing: [0][good][1]
D (668) MSPI Timing: [1][good][1]
D (671) MSPI Timing: [2][good][1]
D (674) MSPI Timing: [3][good][1]
I (677) MSPI DQS: tuning success, best phase id is 0
D (682) MSPI DQS: sizeof(delayline_config_t): 2, sizeof(test_config): 184
D (688) MSPI Timing: psram_freq_mhz: 200 mhz, bus clock div: 2
D (694) MSPI DQS: set to best phase: 0
D (11760) MSPI Timing: test nums: 100, test result: [id][good/bad][good_times]:
D (11767) MSPI Timing: [0][bad][0]
D (11770) MSPI Timing: [1][bad][0]
D (11774) MSPI Timing: [2][bad][0]
D (11777) MSPI Timing: [3][bad][0]
D (11780) MSPI Timing: [4][bad][0]
D (11783) MSPI Timing: [5][bad][0]
D (11786) MSPI Timing: [6][good][100]
D (11790) MSPI Timing: [7][good][100]
D (11793) MSPI Timing: [8][good][100]
D (11797) MSPI Timing: [9][good][100]
D (11800) MSPI Timing: [10][good][100]
D (11804) MSPI Timing: [11][good][100]
D (11807) MSPI Timing: [12][good][100]
D (11811) MSPI Timing: [13][good][100]
D (11815) MSPI Timing: [14][good][100]
D (11818) MSPI Timing: [15][good][100]
D (11822) MSPI Timing: [16][good][100]
D (11825) MSPI Timing: [17][good][100]
D (11829) MSPI Timing: [18][good][100]
D (11832) MSPI Timing: [19][good][100]
D (11836) MSPI Timing: [20][good][100]
D (11839) MSPI Timing: [21][good][100]
D (11843) MSPI Timing: [22][good][100]
D (11847) MSPI Timing: [23][good][100]
D (11850) MSPI Timing: [24][good][100]
D (11854) MSPI Timing: [25][good][100]
D (11857) MSPI Timing: [26][good][100]
D (11861) MSPI Timing: [27][good][100]
D (11864) MSPI Timing: [28][good][100]
D (11868) MSPI Timing: [29][bad][0]
D (11871) MSPI Timing: [30][bad][0]
I (11874) MSPI DQS: tuning success, best delayline id is 17
D (11880) MSPI Timing: psram_freq_mhz: 200 mhz, bus clock div: 2
D (11886) Flash Delay: spi0_usr_dummy: 3, spi0_extra_dummy: 0, spi1_usr_dummy: 7, spi1_extra_dummy: 0
I (11894) esp_psram: Found 32MB PSRAM device
I (11898) esp_psram: Speed: 200MHz
I (781) esp_psram: SPI SRAM memory test OK
D (781) cpu_start: calling init function: 0x4008a5a4 on core: 0
#0 0x4008a5a4 in __esp_system_init_fn_init_heap at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/heap/heap_caps_init.c:26
D (781) memory_layout: Checking 8 reserved memory ranges:
D (784) memory_layout: Reserved memory range 0x30100000 - 0x30100068
#0 0x30100000 in clk_ll_mpll_enable at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/hal/esp32p4/include/hal/clk_tree_ll.h:156
(inlined by) rtc_clk_mpll_enable at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_hw_support/port/esp32p4/rtc_clk.c:592
D (790) memory_layout: Reserved memory range 0x48000000 - 0x4c000000
D (796) memory_layout: Reserved memory range 0x4ff00000 - 0x4ff17200
#0 0x4ff00000 in _vector_table at ??:?
D (802) memory_layout: Reserved memory range 0x4ff17200 - 0x4ff26b80
#0 0x4ff17200 in ?? at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/libgcc/unwind-dw2.c:1340
D (808) memory_layout: Reserved memory range 0x4ff3fbb0 - 0x4ff40000
D (815) memory_layout: Reserved memory range 0x4ff40000 - 0x4ff40000
D (821) memory_layout: Reserved memory range 0x50108000 - 0x50108028
#0 0x50108000 in ?? at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_common_loader.c:276
D (827) memory_layout: Reserved memory range 0x50108028 - 0x501080a0
#0 0x50108028 in _data_seg_org at ??:?
D (833) memory_layout: Building list of available memory regions:
D (839) memory_layout: Available memory region 0x4ff26b80 - 0x4ff3afc0
D (845) memory_layout: Available memory region 0x4ff3afc0 - 0x4ff3fbb0
D (851) memory_layout: Available memory region 0x4ff40000 - 0x4ffa0000
D (857) memory_layout: Available memory region 0x501080a0 - 0x50110000
D (864) memory_layout: Available memory region 0x30100068 - 0x30102000
I (870) heap_init: Initializing. RAM available for dynamic allocation:
D (876) heap_init: New heap initialised at 0x4ff26b80
I (881) heap_init: At 4FF26B80 len 00014440 (81 KiB): RAM
I (886) heap_init: At 4FF3AFC0 len 00004BF0 (18 KiB): RAM
I (891) heap_init: At 4FF40000 len 00060000 (384 KiB): RAM
D (897) heap_init: New heap initialised at 0x501080a0
I (901) heap_init: At 501080A0 len 00007F60 (31 KiB): RTCRAM
D (906) heap_init: New heap initialised at 0x30100068
I (911) heap_init: At 30100068 len 00001F98 (7 KiB): TCM
D (916) cpu_start: calling init function: 0x4008fe06 on core: 0
#0 0x4008fe06 in __esp_system_init_fn_esp_timer_init_nonos at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_timer/src/esp_timer_init.c:27
D (922) cpu_start: calling init function: 0x4008ea44 on core: 0
#0 0x4008ea44 in __esp_system_init_fn_init_libc at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/newlib/src/init.c:12
D (928) cpu_start: calling init function: 0x400c1028 on core: 0
#0 0x400c1028 in __esp_system_init_fn_add_psram_to_heap at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_psram/system_layer/esp_psram.c:134
D (933) cpu_start: calling init function: 0x40086da0 on core: 0
#0 0x40086da0 in __esp_system_init_fn_init_brownout at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_system/startup_funcs.c:79
D (939) intr_alloc: Connected src 8 to int 0 (cpu 0)
D (944) cpu_start: calling init function: 0x40086dc4 on core: 0
#0 0x40086dc4 in __esp_system_init_fn_init_newlib_time at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_system/startup_funcs.c:104
D (949) cpu_start: calling init function: 0x400942b6 on core: 0
#0 0x400942b6 in __esp_system_init_fn_init_vfs_uart at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_driver_uart/src/uart_vfs.c:1148
D (955) cpu_start: calling init function: 0x400946e2 on core: 0
#0 0x400946e2 in __esp_system_init_fn_init_vfs_usj_sec at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c:659
D (961) cpu_start: calling init function: 0x400969ba on core: 0
#0 0x400969ba in __esp_system_init_fn_init_vfs_nullfs at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/vfs/nullfs.c:323
D (966) cpu_start: calling init function: 0x40094cf8 on core: 0
#0 0x40094cf8 in __esp_system_init_fn_init_vfs_console at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_vfs_console/vfs_console.c:272
D (972) cpu_start: calling init function: 0x4008ea52 on core: 0
#0 0x4008ea52 in __esp_system_init_fn_init_libc_stdio at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/newlib/src/init.c:20
D (978) cpu_start: calling init function: 0x40086e0a on core: 0
#0 0x40086e0a in __esp_system_init_fn_init_flash at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_system/startup_funcs.c:111
D (983) spi_flash: trying chip: gd
D (986) spi_flash: trying chip: boya
I (989) spi_flash: detected chip: boya
I (993) spi_flash: flash io: qio
D (996) chip_generic: set_io_mode: status before 0x200
D (1001) cpu_start: calling init function: 0x4008563a on core: 0
#0 0x4008563a in __esp_system_init_fn_init_efuse at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/efuse/src/esp_efuse_startup.c:173
D (1007) cpu_start: calling init function: 0x40168bd0
#0 0x40168bd0 in _GLOBAL__sub_I__ZN14NetworkManagerC2Ev at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/libraries/Network/src/NetworkManager.cpp:200
D (1011) cpu_start: calling init function: 0x4016552a
#0 0x4016552a in _GLOBAL__sub_I__ZN7TwoWireC2Eh at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/libraries/Wire/src/Wire.cpp:656
D (1016) cpu_start: calling init function: 0x401615c0
#0 0x401615c0 in _GLOBAL__sub_I__ZNSt12ctype_bynameIcEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/build/build-cc-gcc-final/riscv32-esp-elf/rv32imafc_zicsr_zifencei/ilp32f/no-rtti/libstdc++-v3/include/bits/locale_facets_nonio.h:1651
(inlined by) _GLOBAL__sub_I__ZNSt12ctype_bynameIcEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/libstdc++-v3/src/c++11/locale-inst.cc:160
D (1021) cpu_start: calling init function: 0x4015bace
#0 0x4015bace in _GLOBAL__sub_I__ZNSt12ctype_bynameIcEC2ERKSsj at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/build/build-cc-gcc-final/riscv32-esp-elf/rv32imafc_zicsr_zifencei/ilp32f/no-rtti/libstdc++-v3/include/bits/locale_facets.h:2302
(inlined by) _GLOBAL__sub_I__ZNSt12ctype_bynameIcEC2ERKSsj at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/libstdc++-v3/src/c++11/locale-inst.cc:160
D (1026) cpu_start: calling init function: 0x40154bba
#0 0x40154bba in _GLOBAL__sub_I__ZNSt12ctype_bynameIwEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/build/build-cc-gcc-final/riscv32-esp-elf/rv32imafc_zicsr_zifencei/ilp32f/no-rtti/libstdc++-v3/include/bits/locale_facets_nonio.h:1651
(inlined by) _GLOBAL__sub_I__ZNSt12ctype_bynameIwEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/libstdc++-v3/src/c++11/locale-inst.cc:160
D (1031) cpu_start: calling init function: 0x4014a4fc
#0 0x4014a4fc in _GLOBAL__sub_I__ZN9__gnu_cxx9__freeresEv at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/libstdc++-v3/libsupc++/eh_alloc.cc:462
D (1035) C++ init: Setting C++ exception emergency pool to 0.
D (1041) cpu_start: calling init function: 0x40149976
#0 0x40149976 in _GLOBAL__sub_I__ZNSt12ctype_bynameIwEC2ERKSsj at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/build/build-cc-gcc-final/riscv32-esp-elf/rv32imafc_zicsr_zifencei/ilp32f/no-rtti/libstdc++-v3/include/bits/locale_facets.h:2302
(inlined by) _GLOBAL__sub_I__ZNSt12ctype_bynameIwEC2ERKSsj at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/libstdc++-v3/src/c++11/locale-inst.cc:160
D (1046) cpu_start: calling init function: 0x4014083a
#0 0x4014083a in _GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/build/build-cc-gcc-final/riscv32-esp-elf/rv32imafc_zicsr_zifencei/ilp32f/no-rtti/libstdc++-v3/include/riscv32-esp-elf/bits/gthr-default.h:721
(inlined by) __eh_globals_init::__eh_globals_init() at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/libstdc++-v3/libsupc++/eh_globals.cc:105
(inlined by) __static_initialization_and_destruction_0 at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/libstdc++-v3/libsupc++/eh_globals.cc:126
(inlined by) _GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE at /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/libstdc++-v3/libsupc++/eh_globals.cc:162
D (1050) cpu_start: calling init function: 0x40131672
#0 0x40131672 in esp_ds_conn_lock at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/mbedtls/port/esp_ds/esp_ds_common.c:55
D (1055) cpu_start: calling init function: 0x400eea8c
#0 0x400eea8c in _GLOBAL__sub_I__ZN16NimBLEDescriptorC2EPKcttP20NimBLECharacteristic at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLEDescriptor.cpp:27
(inlined by) _GLOBAL__sub_I__ZN16NimBLEDescriptorC2EPKcttP20NimBLECharacteristic at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLEDescriptor.cpp:148
D (1060) cpu_start: calling init function: 0x400eea6a
#0 0x400eea6a in _GLOBAL__sub_I__ZN20NimBLECharacteristicC2EPKcttP13NimBLEService at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLECharacteristic.cpp:32
(inlined by) _GLOBAL__sub_I__ZN20NimBLECharacteristicC2EPKcttP13NimBLEService at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLECharacteristic.cpp:422
D (1065) cpu_start: calling init function: 0x400edd4c
#0 0x400edd4c in _GLOBAL__sub_I__ZN12NimBLEServerC2Ev at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLEServer.cpp:40
(inlined by) _GLOBAL__sub_I__ZN12NimBLEServerC2Ev at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLEServer.cpp:1033
D (1069) cpu_start: calling init function: 0x400ed5fc
#0 0x400ed5fc in _GLOBAL__sub_I__ZN10NimBLEScanC2Ev at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLEScan.cpp:28
(inlined by) _GLOBAL__sub_I__ZN10NimBLEScanC2Ev at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLEScan.cpp:561
D (1074) cpu_start: calling init function: 0x400ec3f0
#0 0x400ec3f0 in _GLOBAL__sub_I__ZN12NimBLEDevice22defaultDeviceCallbacksE at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLEDevice.cpp:1348
D (1079) cpu_start: calling init function: 0x400ebe6c
#0 0x400ebe6c in _GLOBAL__sub_I__ZN12NimBLEClientC2ERK13NimBLEAddress at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLEClient.cpp:35
(inlined by) _GLOBAL__sub_I__ZN12NimBLEClientC2ERK13NimBLEAddress at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/h2zero__esp-nimble-cpp/src/NimBLEClient.cpp:1320
D (1084) cpu_start: calling init function: 0x4ff098c8
#0 0x4ff098c8 in enable_timer_group0_for_calibration at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_hw_support/port/esp32p4/rtc_time.c:230
D (1088) cpu_start: calling init function: 0x4018b028
#0 0x4018b028 in esp_reset_reason_init at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_system/port/soc/esp32p4/reset_reason.c:77
D (1093) cpu_start: calling init function: 0x4018b11a
#0 0x4018b11a in __esp_stack_guard_setup at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_system/stack_check.c:21
D (1098) stack_chk: Initialize random stack guard
D (1103) cpu_start: calling init function: 0x40086ab8
#0 0x40086ab8 in esp_ipc_init at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_system/esp_ipc.c:107
D (1107) cpu_start: calling init function: 0x4007cf62
#0 0x4007cf62 in _GLOBAL__sub_I__ZN6StringC2EPKc at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.cpp:927
D (1112) cpu_start: calling init function: 0x4007bea6
#0 0x4007bea6 in _GLOBAL__sub_I__ZN9IPAddressC2Ev at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.cpp:453
D (1117) cpu_start: calling init function: 0x4007b960
#0 0x4007b960 in _GLOBAL__sub_I_Serial0 at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.cpp:664
D (1122) cpu_start: calling init function: 0x4007afd0
#0 0x4007afd0 in _GLOBAL__sub_I__Zli4_kHzy at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/atomic_wait.h:254
(inlined by) _GLOBAL__sub_I__Zli4_kHzy at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.cpp:518
D (1126) cpu_start: calling init function: 0x4007ae3a
#0 0x4007ae3a in _GLOBAL__sub_I__ZN12LittleFSImplC2Ev at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/libraries/LittleFS/src/LittleFS.cpp:126
D (1131) cpu_start: calling init function: 0x400785b2
#0 0x400785b2 in _GLOBAL__sub_I__ZN9WiFiClass9printDiagER5Print at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFi.cpp:97
D (1136) cpu_start: calling init function: 0x40078566
#0 0x40078566 in _GLOBAL__sub_I__ZN11UpdateClass16_enablePartitionEPK15esp_partition_t at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/libraries/Update/src/Updater.cpp:653
D (1141) cpu_start: calling init function: 0x40076d04
#0 0x40076d04 in _GLOBAL__sub_I__ZN2fs7SDMMCFSC2ESt10shared_ptrINS_6FSImplEE at C:/Users/victo/.platformio/packages/framework-arduinoespressif32/libraries/SD_MMC/src/SD_MMC.cpp:416
D (1145) cpu_start: calling init function: 0x4004bec6
#0 0x4004bec6 in _GLOBAL__sub_I_crc at .pio/libdeps/frontend-controls-p4/SerialTransfer/src/Packet.cpp:444
D (1150) cpu_start: calling init function: 0x40049e04
#0 0x40049e04 in _GLOBAL__sub_I__ZN17WeighMyBrewScalesC2ERK16DiscoveredDevice at .pio/libdeps/frontend-controls-p4/esp-arduino-ble-scales/src/scales/weighmybru.cpp:244
D (1155) cpu_start: calling init function: 0x4004929a
#0 0x4004929a in _GLOBAL__sub_I__ZN11VariaScalesC2ERK16DiscoveredDevice at .pio/libdeps/frontend-controls-p4/esp-arduino-ble-scales/src/scales/varia.cpp:201
D (1160) cpu_start: calling init function: 0x40048aa2
#0 0x40048aa2 in _GLOBAL__sub_I__ZN14TimemoreScalesC2ERK16DiscoveredDevice at .pio/libdeps/frontend-controls-p4/esp-arduino-ble-scales/src/scales/timemore.cpp:193
D (1165) cpu_start: calling init function: 0x40048244
#0 0x40048244 in _GLOBAL__sub_I__ZN13PrecisaScalesC2ERK16DiscoveredDevice at .pio/libdeps/frontend-controls-p4/esp-arduino-ble-scales/src/scales/precisa.cpp:145
D (1169) cpu_start: calling init function: 0x40047b0c
#0 0x40047b0c in _GLOBAL__sub_I__ZN13FelicitaScale17DATA_SERVICE_UUIDE at .pio/libdeps/frontend-controls-p4/esp-arduino-ble-scales/src/scales/felicitaScale.cpp:135
D (1174) cpu_start: calling init function: 0x4004742c
#0 0x4004742c in _GLOBAL__sub_I__ZN12EclairScalesC2ERK16DiscoveredDevice at .pio/libdeps/frontend-controls-p4/esp-arduino-ble-scales/src/scales/eclair.cpp:217
D (1179) cpu_start: calling init function: 0x4004682a
#0 0x4004682a in _GLOBAL__sub_I__ZN13DifluidScalesC2ERK16DiscoveredDevice at .pio/libdeps/frontend-controls-p4/esp-arduino-ble-scales/src/scales/difluid.cpp:218
D (1184) cpu_start: calling init function: 0x40045ee0
#0 0x40045ee0 in _GLOBAL__sub_I__ZN12DecentScalesC2ERK16DiscoveredDevice at .pio/libdeps/frontend-controls-p4/esp-arduino-ble-scales/src/scales/decent.cpp:157
D (1188) cpu_start: calling init function: 0x40045740
#0 0x40045740 in _GLOBAL__sub_I__ZN12BookooScalesC2ERK16DiscoveredDevice at .pio/libdeps/frontend-controls-p4/esp-arduino-ble-scales/src/scales/bookoo.cpp:246
D (1193) cpu_start: calling init function: 0x40044b92
#0 0x40044b92 in _GLOBAL__sub_I__ZN11AcaiaScalesC2ERK16DiscoveredDevice at .pio/libdeps/frontend-controls-p4/esp-arduino-ble-scales/src/scales/acaia.cpp:424
D (1198) cpu_start: calling init function: 0x4003b404
#0 0x4003b404 in _GLOBAL__sub_I__ZN9websocket25wsSendSensorStateSnapshotERK19SensorStateSnapshotP13mg_connection at frontend-controls/webserver/websocket/ws_outgoing.cpp:200
D (1203) cpu_start: calling init function: 0x4003918a
#0 0x4003918a in _GLOBAL__sub_I__ZN11ws_incoming6routerE at frontend-controls/webserver/websocket/ws_incoming.cpp:46
D (1208) cpu_start: calling init function: 0x400385ba
#0 0x400385ba in _GLOBAL__sub_I__ZN9websocket17activeConnectionsE at frontend-controls/webserver/websocket/websocket.cpp:149
D (1212) cpu_start: calling init function: 0x400373c6
#0 0x400373c6 in _GLOBAL__sub_I__ZN11ws_incoming27addIncomingHandlersToRouterEP16WsIncomingRouter at frontend-controls/webserver/websocket/incoming_handlers.cpp:247
D (1217) cpu_start: calling init function: 0x400351ea
#0 0x400351ea in _GLOBAL__sub_I__ZN9webserver7startedE at frontend-controls/webserver/webserver.cpp:145
D (1222) cpu_start: calling init function: 0x40034d0e
#0 0x40034d0e in _GLOBAL__sub_I__ZN13stream_upload20activeUploadSessionsE at frontend-controls/webserver/api/stream_upload.cpp:105
D (1227) cpu_start: calling init function: 0x40033e92
#0 0x40033e92 in _GLOBAL__sub_I__ZN15firmware_upload14handleEmbeddedE at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/atomic_wait.h:254
(inlined by) _GLOBAL__sub_I__ZN15firmware_upload14handleEmbeddedE at frontend-controls/webserver/api/firmware_upload.cpp:157
D (1231) cpu_start: calling init function: 0x40030baa
#0 0x40030baa in _GLOBAL__sub_I__Z24compute_md5_direct_flashv at frontend-controls/main.cpp:626
D (1236) cpu_start: calling init function: 0x4002f982
#0 0x4002f982 in _GLOBAL__sub_I_sleepingInProgress at frontend-controls/embedded-ui/ui.cpp:338
D (1241) cpu_start: calling init function: 0x4002f3ba
#0 0x4002f3ba in _GLOBAL__sub_I__Z16tab_quick_accessP9_lv_obj_t at frontend-controls/embedded-ui/tabs/tab_quick_access.cpp:40
D (1246) cpu_start: calling init function: 0x4002f340
#0 0x4002f340 in _GLOBAL__sub_I__Z12tab_profilesP9_lv_obj_t at frontend-controls/embedded-ui/tabs/tab_profiles.cpp:82
D (1250) cpu_start: calling init function: 0x4002f2c6
#0 0x4002f2c6 in _GLOBAL__sub_I__Z9tab_cleanP9_lv_obj_t at frontend-controls/embedded-ui/tabs/tab_clean.cpp:40
D (1255) cpu_start: calling init function: 0x4002f24c
#0 0x4002f24c in _GLOBAL__sub_I__Z11align_labelP9_lv_obj_t at frontend-controls/embedded-ui/tabs/settings/tab_settings_color_sampler.cpp:63
D (1260) cpu_start: calling init function: 0x4002f230
#0 0x4002f230 in _GLOBAL__sub_I__ZN8embedded7ui_lockE at frontend-controls/embedded-ui/state/state.cpp:20
D (1265) cpu_start: calling init function: 0x4002f210
#0 0x4002f210 in _GLOBAL__sub_I_profiles at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/atomic_wait.h:254
(inlined by) _GLOBAL__sub_I_profiles at frontend-controls/embedded-ui/state/profiles.cpp:79
D (1270) cpu_start: calling init function: 0x4002f196
#0 0x4002f196 in _GLOBAL__sub_I__Z7init_uiv at frontend-controls/embedded-ui/screens/splash.cpp:77
D (1274) cpu_start: calling init function: 0x4002ee06
#0 0x4002ee06 in _GLOBAL__sub_I__Z8settingsv at frontend-controls/embedded-ui/screens/settings.cpp:538
D (1279) cpu_start: calling init function: 0x4002d42e
#0 0x4002d42e in _GLOBAL__sub_I_profileManager at frontend-controls/embedded-ui/screens/profile_manager.cpp:1121
D (1284) cpu_start: calling init function: 0x4002a038
#0 0x4002a038 in _GLOBAL__sub_I__Z28convertSavedProfileToProfilePK12SavedProfile at frontend-controls/embedded-ui/screens/profile_editor.cpp:118
D (1289) cpu_start: calling init function: 0x40029ec4
#0 0x40029ec4 in _GLOBAL__sub_I_home_screen at frontend-controls/embedded-ui/screens/home.cpp:1332
D (1293) cpu_start: calling init function: 0x40025d48
#0 0x40025d48 in _GLOBAL__sub_I_chart_screen at frontend-controls/embedded-ui/screens/brew_graph.cpp:637
D (1298) cpu_start: calling init function: 0x40023bb4
#0 0x40023bb4 in _GLOBAL__sub_I_theme_colors_styles at frontend-controls/embedded-ui/globals/theme.cpp:414
D (1303) cpu_start: calling init function: 0x40022d22
#0 0x40022d22 in _GLOBAL__sub_I_panel_handle at frontend-controls/embedded-ui/driver/esp4_drv.cpp:40
(inlined by) _GLOBAL__sub_I_panel_handle at frontend-controls/embedded-ui/driver/esp4_drv.cpp:235
D (1308) cpu_start: calling init function: 0x40021628
#0 0x40021628 in _GLOBAL__sub_I__Z21create_wifi_componentP9_lv_obj_t at frontend-controls/embedded-ui/components/wifi_inputs.cpp:261
D (1313) cpu_start: calling init function: 0x400204a6
#0 0x400204a6 in _GLOBAL__sub_I__Z22create_floating_buttonP9_lv_obj_tPKc at frontend-controls/embedded-ui/components/widgets.cpp:95
D (1317) cpu_start: calling init function: 0x400201a2
#0 0x400201a2 in _GLOBAL__sub_I__Z26temperature_spinner_createP9_lv_obj_tsss at frontend-controls/embedded-ui/components/temp_select_spinner.cpp:153
D (1322) cpu_start: calling init function: 0x4001fd66
#0 0x4001fd66 in _GLOBAL__sub_I__Z39shot_history_set_shot_selected_callbackP9_lv_obj_tSt8functionIFvRKN4shot4ShotEEE at frontend-controls/embedded-ui/components/shot_history_list.cpp:389
D (1327) cpu_start: calling init function: 0x4001edda
#0 0x4001edda in _GLOBAL__sub_I__Z22settings_input_refreshP9_lv_obj_t at frontend-controls/embedded-ui/components/settings_input.cpp:645
D (1332) cpu_start: calling init function: 0x4001d002
#0 0x4001d002 in _GLOBAL__sub_I__Z31get_profile_chart_series_stylesv at frontend-controls/embedded-ui/components/profile_chart.cpp:476
D (1336) cpu_start: calling init function: 0x4001c4e8
#0 0x4001c4e8 in _GLOBAL__sub_I__Z24phase_editor_tile_createP9_lv_obj_t at frontend-controls/embedded-ui/components/phase_editor.cpp:244
D (1341) cpu_start: calling init function: 0x4001c126
#0 0x4001c126 in _GLOBAL__sub_I__Z15keyboard_createP9_lv_obj_t at frontend-controls/embedded-ui/components/keyboard.cpp:239
D (1346) cpu_start: calling init function: 0x4001bbc0
#0 0x4001bbc0 in _GLOBAL__sub_I__Z13create_dialogPKc at frontend-controls/embedded-ui/components/dialog.cpp:44
D (1351) cpu_start: calling init function: 0x4001b5b4
#0 0x4001b5b4 in _GLOBAL__sub_I__ZN4wifi11credentialsE at frontend-controls/common/wifi/wifi.cpp:306
D (1355) cpu_start: calling init function: 0x40018d62
#0 0x40018d62 in _GLOBAL__sub_I_mcuCommsTaskHandle at frontend-controls/common/stm_comms/stm_comms.cpp:218
D (1360) cpu_start: calling init function: 0x40017e38
#0 0x40017e38 in _GLOBAL__sub_I__ZN5state15currentSettingsE at frontend-controls/common/state/state.cpp:478
D (1366) cpu_start: calling init function: 0x4000f732
#0 0x4000f732 in _GLOBAL__sub_I__ZN11persistence15persistenceLockE at frontend-controls/common/state/persistence/persistence.cpp:247
D (1370) cpu_start: calling init function: 0x4000c4b2
#0 0x4000c4b2 in _GLOBAL__sub_I__ZN12notify_state16lvglNotificationE at frontend-controls/common/state/notification.cpp:66
D (1375) cpu_start: calling init function: 0x4000be0e
#0 0x4000be0e in std::__detail::_List_node_header::_M_init() at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/stl_list.h:152
(inlined by) std::__detail::_List_node_header::_List_node_header() at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/stl_list.h:111
(inlined by) std::__cxx11::_List_base<shot_history_index::ShotHistoryIndexRecord, std::allocator<shot_history_index::ShotHistoryIndexRecord> >::_List_impl::_List_impl() at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/stl_list.h:457
(inlined by) std::__cxx11::_List_base<shot_history_index::ShotHistoryIndexRecord, std::allocator<shot_history_index::ShotHistoryIndexRecord> >::_List_base() at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/stl_list.h:536
(inlined by) std::__cxx11::list<shot_history_index::ShotHistoryIndexRecord, std::allocator<shot_history_index::ShotHistoryIndexRecord> >::list() at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/stl_list.h:749
(inlined by) shot_history_index::ShotHistoryIndex::ShotHistoryIndex() at frontend-controls/common/shot_history/shot_history_index.h:17
(inlined by) __static_initialization_and_destruction_0 at frontend-controls/common/shot_history/shot_history_index.cpp:10
(inlined by) _GLOBAL__sub_I__ZN18shot_history_index10INDEX_FILEE at frontend-controls/common/shot_history/shot_history_index.cpp:212
D (1379) cpu_start: calling init function: 0x4000ad54
#0 0x4000ad54 in _GLOBAL__sub_I__ZN12shot_history9SHOT_FILEE at frontend-controls/common/shot_history/shot_history.cpp:178
D (1384) cpu_start: calling init function: 0x400036bc
#0 0x400036bc in _GLOBAL__sub_I__ZN7release18releaseCheckerTaskEP6mg_mgr at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/atomic_wait.h:254
(inlined by) _GLOBAL__sub_I__ZN7release18releaseCheckerTaskEP6mg_mgr at frontend-controls/common/services/release_check.cpp:59
D (1389) cpu_start: calling init function: 0x4000366c
#0 0x4000366c in std::_Hashtable<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, maintenance_task::MaintenanceTask>, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, maintenance_task::MaintenanceTask> >, std::__detail::_Select1st, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<true, false, true> >::_Hashtable() at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/hashtable.h:539 (discriminator 2)
(inlined by) std::unordered_map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, maintenance_task::MaintenanceTask, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, maintenance_task::MaintenanceTask> > >::unordered_map() at C:/Users/victo/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/14.2.0/bits/unordered_map.h:148 (discriminator 2)
(inlined by) __static_initialization_and_destruction_0 at frontend-controls/common/maintenance_task/maintenance_task.cpp:20 (discriminator 2)
(inlined by) _GLOBAL__sub_I__ZN16maintenance_task21maintenanceTaskHandleE at frontend-controls/common/maintenance_task/maintenance_task.cpp:98 (discriminator 2)
D (1394) cpu_start: calling init function: 0x40002e90
#0 0x40002e90 in _GLOBAL__sub_I__ZN7logging17remoteLogCallbackE at frontend-controls/common/log/log.cpp:47
D (1398) cpu_start: calling init function: 0x40002b72
#0 0x40002b72 in _GLOBAL__sub_I_webFS at frontend-controls/common/filesystem/filesystem.cpp:129
D (1403) cpu_start: calling init function: 0x40001cf4
#0 0x40001cf4 in _GLOBAL__sub_I__ZN9blescales19remoteScalesScannerE at frontend-controls/common/ble/ble_scales.cpp:186
D D( 1(105420)8 )c pcup_us_tsatarrt:t: caclalllinigng iinniitt f funucncttiiono:n :0 0x4x040080894fed002 o non ccoorer:e :1 0
D (1419) intr_alloc: Connected src 55 to int 1 (cpu 0)
D (1424) cpu_start: calling init function: 0x400894d0 on core: 0
#0 0x400894d0 in __esp_system_init_fn_esp_hw_stack_guard_init at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_system/hw_stack_guard.c:15
D (1430) cpu_start: calling init function: 0x4008aa86 on core: 0
#0 0x4008aa86 in esp_crypto_clk_init at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_security/src/esp32p4/esp_crypto_clk.h:14
(inlined by) __esp_system_init_fn_esp_security_init at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_security/src/init.c:43
D (1436) cpu_start: calling init function: 0x4018a618 on core: 0
#0 0x4018a618 in __esp_system_init_fn_sleep_clock_startup_init at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_hw_support/lowpower/port/esp32p4/sleep_clock.c:64
D (1441) cpu_start: calling init function: 0x400c7ac6 on core: 0
#0 0x400c7ac6 in __esp_system_init_fn_init_coredump at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/espcoredump/src/core_dump_init.c:19
I (1447) esp_core_dump_flash: Init core dump to flash
E (1452) esp_core_dump_flash: No core dump partition found!
E (1457) esp_core_dump_flash: No core dump partition found!
D (1462) cpu_start: calling init function: 0x400942c8 on core: 0
#0 0x400942c8 in __esp_system_init_fn_usb_serial_jtag_conn_status_init at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c:86
D (1468) cpu_start: calling init function: 0x40086dd4 on core: 0
#0 0x40086dd4 in __esp_system_init_fn_init_disable_rtc_wdt at /home/victor/GIT/esp32-arduino-lib-builder/esp-idf/components/esp_system/startup_funcs.c:179
D (1474) intr_alloc: Connected src 79 to int 2 (cpu 0)
D (1479) app_start: Starting scheduler on CPU0
D (1483) intr_alloc: Connected src 53 to int 3 (cpu 0)
D (1483) intr_alloc: Connected src 80 to int 0 (cpu 1)
D (1488) app_start: Starting scheduler on CPU1
D (1492) intr_alloc: Connected src 54 to int 1 (cpu 1)
I (1483) main_task: Started on CPU0
D (1501) heap_init: New heap initialised at 0x4ff3afc0
D (1505) heap_init: New heap initialised at 0x4ff40000
D (1510) intr_alloc: Connected src 48 to int 4 (cpu 0)
I (1515) main_task: Calling app_main()
I (1518) esp_psram: Adding pool of 28672K of PSRAM memory to heap allocator
I (1532) main_task: Returned from app_main()
I (1532) uart: queue free spaces: 20
D (1532) intr_alloc: Connected src 31 to int 2 (cpu 1)
D (1542) esp_littlefs: ./managed_components/joltwallet__littlefs/src/littlefs/lfs.c:4546:debug: Found older minor version v2.0 < v2.1
D (1547) esp_littlefs: ./managed_components/joltwallet__littlefs/src/littlefs/lfs.c:4623:debug: Found pending gstate 0x000002000000000000000000
W (1581) ldo: The voltage value 0 is out of the recommended range [500, 2700]
D (1581) gpio: GPIO[45]| InputEn: 1| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
D (1789) sdmmc_periph: peripheral version 5342270a, hardware config 03c44c83
D (1789) intr_alloc: Connected src 23 to int 3 (cpu 1)
D (1790) gpio: GPIO[42]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
D (1798) sdmmc_periph: Slot 0 is not initialized yet, skipping sdmmc_host_change_to_slot
D (1806) sdmmc_periph: clk_src_freq_hz: 160000000 hz
D (1811) sdmmc_periph: slot=0 clk_src=8 host_div=10 card_div=20 freq=400kHz (max 400kHz)
D (1819) sdmmc_periph: Slot 0 is not initialized yet, skipping sdmmc_host_change_to_slot
D (1826) sdmmc_periph: Slot 0 is not initialized yet, skipping sdmmc_host_change_to_slot
D (1834) sdmmc_periph: slot=0 width=1
D (1838) sdmmc_req: process_command_response: error 0x107 (status=00000100)
D (1865) sdmmc_sd: SDHC/SDXC card
D (1866) sdmmc_req: process_command_response: error 0x107 (status=00000100)
D (1866) sdmmc_io: sdmmc_init_io: io_send_op_cond (1) returned 0x107; not IO card
D (2378) sdmmc_common: host_ocr=0xff8000 card_ocr=0xc0ff8000
D (2378) sdmmc_common: sdmmc_card_init: host_ocr=00ff8000, card_ocr=c0ff8000
D (2379) sdmmc_init: sdmmc_card_init: card type is SD
D (2393) sdmmc_sd: sdmmc_enable_hs_mode_and_check: after enabling HS mode, tr_speed=50000000
D (2394) sdmmc_common: sdmmc_init_host_bus_width: using 4-bit bus
D (2398) sdmmc_periph: slot=0 width=4
D (2402) sdmmc_periph: clk_src_freq_hz: 160000000 hz
D (2406) sdmmc_periph: slot=0 clk_src=8 host_div=4 card_div=0 freq=40000kHz (max 40000kHz)
D (2414) vfs_fat_sdmmc: using pdrv=0
D (2423) esp_netif_lwip: LwIP stack has been initialized
D (2423) esp_netif_lwip: esp-netif has been successfully initialized
D (2428) nvs: nvs_open_from_partition gaggiuino_state 1
D (2433) nvs: nvs_get g_settings 1
D (2436) nvs: nvs_get g_settings 1
D (2439) nvs: nvs_get g_settings 2
D (2442) nvs: nvs_get g_settings 2
D (2445) nvs: nvs_get g_settings 4
D (2449) nvs: nvs_get g_settings 4
D (2452) nvs: nvs_get g_settings 8
D (2455) nvs: nvs_get g_settings 8
D (2458) nvs: nvs_get_str_or_blob g_settings
D (2462) nvs: nvs_get_str_or_blob g_settings
D (2466) nvs: nvs_get_str_or_blob g_settings
D (2480) nvs: nvs_get_str_or_blob g_settings
D (2481) nvs: nvs_get_str_or_blob g_settings
D (2496) nvs: nvs_get n_p_id 1
D (2496) nvs: nvs_get n_p_id 1
D (2499) nvs: nvs_get n_p_id 2
D (2502) nvs: nvs_get n_p_id 2
D (2504) nvs: nvs_get n_p_id 4
D (2507) nvs: nvs_get n_p_id 4
D (2520) nvs: nvs_get n_p_id 4
D (2531) nvs: nvs_get p_sum 1
D (2531) nvs: nvs_get p_sum 1
D (2531) nvs: nvs_get p_sum 2
D (2531) nvs: nvs_get p_sum 2
D (2533) nvs: nvs_get p_sum 4
D (2536) nvs: nvs_get p_sum 4
D (2539) nvs: nvs_get p_sum 8
D (2541) nvs: nvs_get p_sum 8
D (2544) nvs: nvs_get_str_or_blob p_sum
D (2547) nvs: nvs_get_str_or_blob p_sum
D (2551) nvs: nvs_get_str_or_blob p_sum
D (2565) nvs: nvs_get_str_or_blob p_sum
D (2565) nvs: nvs_get_str_or_blob p_sum
D (2579) nvs: nvs_get act_p_id 1
D (2579) nvs: nvs_get act_p_id 1
D (2579) nvs: nvs_get act_p_id 2
D (2582) nvs: nvs_get act_p_id 2
D (2584) nvs: nvs_get act_p_id 4
D (2587) nvs: nvs_get act_p_id 4
D (2601) nvs: nvs_get_str_or_blob g_settings
D (2611) nvs: nvs_get_str_or_blob g_settings
D (2611) nvs: nvs_get_str_or_blob g_settings
D (2614) nvs: nvs_get act_p_id 4
D (2617) nvs: nvs_get p_id_1 1
D (2619) nvs: nvs_get p_id_1 1
D (2622) nvs: nvs_get p_id_1 2
D (2625) nvs: nvs_get p_id_1 2
D (2628) nvs: nvs_get p_id_1 4
D (2630) nvs: nvs_get p_id_1 4
D (2633) nvs: nvs_get p_id_1 8
D (2636) nvs: nvs_get p_id_1 8
D (2639) nvs: nvs_get_str_or_blob p_id_1
D (2642) nvs: nvs_get_str_or_blob p_id_1
D (2646) nvs: nvs_get_str_or_blob p_id_1
D (2660) nvs: nvs_get_str_or_blob p_id_1
D (2660) nvs: nvs_get_str_or_blob p_id_1
D (2664) nvs: nvs_get_str_or_blob p_sum
D (2678) nvs: nvs_get_str_or_blob p_sum
D (2678) nvs: nvs_get_str_or_blob p_sum
D (2692) nvs: nvs_open_from_partition gaggiuino_wifi 1
D (2693) nvs: nvs_get_str_or_blob ssid
[ 1778][E][Preferences.cpp:506] getString(): nvs_get_str len fail: ssid NOT_FOUND
D (2715) nvs: nvs_get_str_or_blob pass
[ 1797][E][Preferences.cpp:506] getString(): nvs_get_str len fail: pass NOT_FOUND
I (2725) H_API: ESP-Hosted starting. Hosted_Tasks: prio:23, stack: 5120 RPC_task_stack: 5120
W (2726) H_API: Transport already initialized, skipping initialization
I (2729) H_API: ** add_esp_wifi_remote_channels **
D (2733) transport: Adding channel IF[1]: S[0] Tx[0x4ff3d304] Rx[0x400ea378]
I (2740) transport: Add ESP-Hosted channel IF[1]: S[0] Tx[0x400d81c8] Rx[0x400ea378]
#0 0x400d81c8 in transport_drv_sta_tx at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/espressif__esp_hosted/host/drivers/transport/transport_drv.c:248
D (2748) transport: Adding channel IF[2]: S[0] Tx[0x4ff3d304] Rx[0x400ea378]
I (2754) transport: Add ESP-Hosted channel IF[2]: S[0] Tx[0x400d8108] Rx[0x400ea378]
#0 0x400d8108 in transport_drv_ap_tx at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/espressif__esp_hosted/host/drivers/transport/transport_drv.c:278
sdio_mempool_create free:29797480 min-free:29797480 lfb-def:28835828 lfb-8bit:28835828
I (2770) sdmmc_periph: sdmmc_host_init: SDMMC host already initialized, skipping init flow
D (2778) sdmmc_periph: using GPIO18 as clk pin
D (2782) sdmmc_periph: using GPIO19 as cmd pin
D (2786) sdmmc_periph: using GPIO14 as d0 pin
D (2790) sdmmc_periph: using GPIO15 as d1 pin
D (2794) sdmmc_periph: using GPIO16 as d2 pin
D (2798) gpio: GPIO[17]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
D (2807) sdmmc_periph: Slot 1 is not initialized yet, skipping sdmmc_host_change_to_slot
D (2815) sdmmc_periph: clk_src_freq_hz: 160000000 hz
D (2819) sdmmc_periph: slot=1 clk_src=8 host_div=10 card_div=20 freq=400kHz (max 400kHz)
D (2827) sdmmc_periph: Slot 1 is not initialized yet, skipping sdmmc_host_change_to_slot
D (2835) sdmmc_periph: Slot 1 is not initialized yet, skipping sdmmc_host_change_to_slot
D (2843) sdmmc_periph: slot=1 width=1
I (2846) H_SDIO_DRV: sdio_data_to_rx_buf_task started
D (2851) H_SDIO_DRV: sdio bus init done
D (2854) transport: Bus handle: 0x4ff2246c
#0 0x4ff2246c in ?? at /home/victor/GIT/esp32-arduino-lib-builder/managed_components/espressif__esp_hosted/host/port/esp/freertos/src/port_esp_hosted_host_sdio.c:57
D (2858) RPC_WRAP: rpc_init
D (2861) rpc_api: rpc_slaveif_init
D (2864) esp_netif_lwip: esp-netif has been successfully initialized
D (2870) event: created task for loop 0x4ff39680
D (2870) event: running task for loop 0x4ff39680
D (2874) event: created event loop 0x4ff39680
I (2883) transport: Attempt connection with slave: retry[0]
W (2888) H_SDIO_DRV: Reset slave using GPIO[54]
I (2892) os_wrapper_esp: GPIO [54] configured
D (2896) gpio: GPIO[54]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (4107) sdio_wrapper: SDIO master: Slot 1, Data-Lines: 4-bit Freq(KHz)[40000 KHz]
I (4107) sdio_wrapper: GPIOs: CLK[18] CMD[19] D0[14] D1[15] D2[16] D3[17] Slave_Reset[54]
I (4111) sdio_wrapper: Queues: Tx[20] Rx[20] SDIO-Rx-Mode[1]
D (4117) sdmmc_req: process_command_response: error 0x107 (status=00000100)
D (4145) sdmmc_req: process_command_response: error 0x107 (status=00000100)
D (4145) sdmmc_sd: CMD8 timeout; not an SD v2.00 card
D (4146) sdmmc_io: sdmmc_init_io: IO-only card
D (4149) sdmmc_io: sdmmc_init_io: number of IO functions: 2
D (4165) sdmmc_periph: using GPIO15 as d1 pin
D (4165) sdmmc_init: sdmmc_card_init: card type is SDIO
D (4167) sdmmc_io: sdmmc_io_enable_hs_mode: CCCR_HIGHSPEED=0x03
D (4170) sdmmc_io: IO card capabilities byte: 17
D (4174) sdmmc_common: sdmmc_init_host_bus_width: using 4-bit bus
D (4180) sdmmc_periph: using GPIO17 as d3 pin
D (4184) sdmmc_periph: slot=1 width=4
D (4187) sdmmc_periph: clk_src_freq_hz: 160000000 hz
D (4192) sdmmc_periph: slot=1 clk_src=8 host_div=4 card_div=0 freq=40000kHz (max 40000kHz)
Name:
Type: SDIO
Speed: 40.00 MHz (limit: 40.00 MHz)
Size: 0MB
CSD: ver=1, sector_size=0, capacity=0 read_bl_len=0
SCR: sd_spec=0, bus_width=0
D (4213) CIS: 0x4ff3d1fc 01 03 d9 01 ff 20 04 92 00 66 66 21 02 0c 00 22 |..... ...ff!..."|
D (4221) CIS: 0x4ff3d20c 04 00 00 02 32 1a 05 01 01 00 02 07 1b 08 c1 41 |....2..........A|
D (4230) CIS: 0x4ff3d21c 30 30 ff ff ff ff ff |00.....|
TUPLE: DEVICE, size: 3: D9 01 FF
TUPLE: MANFID, size: 4
MANF: 0092, CARD: 6666
TUPLE: FUNCID, size: 2: 0C 00
TUPLE: FUNCE, size: 4: 00 00 02 32
TUPLE: CONFIG, size: 5: 01 01 00 02 07
TUPLE: CFTABLE_ENTRY, size: 8
INDX: C1, Intface: 1, Default: 1, Conf-Entry-Num: 1
IF: 41
FS: 30, misc: 0, mem_space: 1, irq: 1, io_space: 0, timing: 0, power: 0
IR: 30, mask: 1, IRQ: FF FF
LEN: FFFF
TUPLE: END
D (4274) sdio_wrapper: IOE: 0x00
D (4277) sdio_wrapper: IOR: 0x02
D (4280) sdio_wrapper: IOE: 0x02
D (4283) sdio_wrapper: IOE: 0x02
D (4286) sdio_wrapper: IOR: 0x02
D (4289) sdio_wrapper: IE: 0x00
D (4292) sdio_wrapper: IE: 0x03
D (4295) sdio_wrapper: BUS_WIDTH: 0x42
I (4298) sdio_wrapper: Function 0 Blocksize: 512
I (4302) sdio_wrapper: Function 1 Blocksize: 512
I (4307) H_SDIO_DRV: Card init success, TRANSPORT_RX_ACTIVE
ESP-ROM:esp32p4-eco2-20240710
Build:Jul 10 2024
rst:0x7 (HP_SYS_HP_WDT_RESET),boot:0xc (SPI_FAST_FLASH_BOOT)
Core0 Saved PC:0x4ff00000
#0 0x4ff00000 in _vector_table at ??:?
Core1 Saved PC:0x4ff00000
#0 0x4ff00000 in _vector_table at ??:?
use legacy efuse key
SPI mode:DIO, clock div:1
load:0x4ff33ce0,len:0x1850
Diagnostic report archive.
No response
More Information.
I've successfully ran my LVGL + WebServer project on a ESP32-P4NRW32 + C6 Host+Coprocesor LCD module, the LCD panel itself is driven through MIPI DSI.
When unencrypted everything runs smooth and fine, the moment i enabled encryption it crashes on LVGL buffers init, commenting out the LVGL task and the unit doesn't crash-reboot anymore as web server stays up and is able to operate all fine.
It looks like there's a bug that's driven by the encryption itself, i have the same codebase running unencrypted and encrypted on a ESP32S3 RGB lcd module without any issues which is why i think the issue is around P4's encryption and possibly psram?