Guest User

Untitled

a guest
Jul 29th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.03 KB | None | 0 0
  1. Executing action: monitor
  2. Running idf_monitor in directory /Users/myUser/src/esp32-app
  3. Executing "/Users/myUser/.espressif/python_env/idf5.4_py3.11_env/bin/python /Users/myUser/esp/v5.4.1/esp-idf/tools/idf_monitor.py -p /dev/cu.usbserial-10 -b 115200 --toolchain-prefix xtensa-esp32-elf- --target esp32 --revision 0 /Users/myUser/src/esp32-app/build/app.elf --force-color -m '/Users/myUser/.espressif/python_env/idf5.4_py3.11_env/bin/python' '/Users/myUser/esp/v5.4.1/esp-idf/tools/idf.py'"...
  4. --- esp-idf-monitor 1.7.0 on /dev/cu.usbserial-10 115200
  5. --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
  6. ets Jul 29 2019 12:21:46
  7.  
  8. rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
  9. configsip: 0, SPIWP:0xee
  10. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  11. mode:DIO, clock div:2
  12. load:0x3fff0030,len:6276
  13. load:0x40078000,len:15748
  14. load:0x40080400,len:4
  15. --- 0x40080400: _init at ??:?
  16. ho 8 tail 4 room 4
  17. load:0x40080404,len:3860
  18. entry 0x4008063c
  19. I (31) boot: ESP-IDF v5.4.1-dirty 2nd stage bootloader
  20. I (31) boot: compile time Jul 28 2025 15:23:03
  21. I (31) boot: Multicore bootloader
  22. I (33) boot: chip revision: v3.1
  23. I (36) boot.esp32: SPI Speed : 40MHz
  24. I (40) boot.esp32: SPI Mode : DIO
  25. I (43) boot.esp32: SPI Flash Size : 2MB
  26. I (47) boot: Enabling RNG early entropy source...
  27. I (51) boot: Partition Table:
  28. I (54) boot: ## Label Usage Type ST Offset Length
  29. I (60) boot: 0 nvs WiFi data 01 02 00009000 00006000
  30. I (67) boot: 1 phy_init RF data 01 01 0000f000 00001000
  31. I (73) boot: 2 factory factory app 00 00 00010000 00177000
  32. I (80) boot: End of partition table
  33. I (83) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=594f4h (365812) map
  34. I (215) esp_image: segment 1: paddr=0006951c vaddr=3ff80000 size=0001ch ( 28) load
  35. I (216) esp_image: segment 2: paddr=00069540 vaddr=3ffb0000 size=04168h ( 16744) load
  36. I (225) esp_image: segment 3: paddr=0006d6b0 vaddr=40080000 size=02968h ( 10600) load
  37. I (231) esp_image: segment 4: paddr=00070020 vaddr=400d0020 size=d0ee4h (855780) map
  38. I (527) esp_image: segment 5: paddr=00140f0c vaddr=40082968 size=16130h ( 90416) load
  39. I (574) boot: Loaded app from partition at offset 0x10000
  40. I (574) boot: Disabling RNG early entropy source...
  41. V (584) mmap: after coalescing, 3 regions are left
  42. I (584) cpu_start: Multicore app
  43. D (585) cpu_start: Pro cpu up
  44. D (585) cpu_start: Starting app cpu, entry point is 0x400813a4
  45. --- 0x400813a4: call_start_cpu1 at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/port/cpu_start.c:197
  46. D (0) cpu_start: App cpu up
  47. D (598) clk: RTC_SLOW_CLK calibration value: 3084288
  48. D (609) cpu_start: calling init function: 0x400d2c24 on core: 0
  49. --- 0x400d2c24: __esp_system_init_fn_init_efuse_check at /Users/myUser/esp/v5.4.1/esp-idf/components/efuse/src/esp_efuse_startup.c:37
  50. D (609) cpu_start: calling init function: 0x400d314c on core: 0
  51. --- 0x400d314c: __esp_system_init_fn_init_show_cpu_freq at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/startup_funcs.c:58
  52. I (611) cpu_start: Pro cpu start user code
  53. I (615) cpu_start: cpu freq: 160000000 Hz
  54. D (618) cpu_start: calling init function: 0x400d2b64 on core: 0
  55. --- 0x400d2b64: __esp_system_init_fn_init_show_app_info at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_app_format/esp_app_desc.c:123
  56. I (624) app_init: Application information:
  57. I (628) app_init: Project name: app
  58. I (632) app_init: App version: 4b52931-dirty
  59. I (636) app_init: Compile time: Jul 28 2025 15:22:59
  60. I (641) app_init: ELF file SHA256: 0ec765a82...
  61. I (646) app_init: ESP-IDF: v5.4.1-dirty
  62. D (650) cpu_start: calling init function: 0x400d2c38 on core: 0
  63. --- 0x400d2c38: __esp_system_init_fn_init_efuse_show_app_info at /Users/myUser/esp/v5.4.1/esp-idf/components/efuse/src/esp_efuse_startup.c:47
  64. I (656) efuse_init: Min chip rev: v0.0
  65. I (659) efuse_init: Max chip rev: v3.99
  66. I (663) efuse_init: Chip rev: v3.1
  67. D (667) cpu_start: calling init function: 0x400d4e10 on core: 0
  68. --- 0x400d4e10: __esp_system_init_fn_init_heap at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/heap_caps_init.c:25
  69. V (673) memory_layout: reserved range is 0x3f45943c - 0x3f459484
  70. D (679) memory_layout: Checking 9 reserved memory ranges:
  71. D (684) memory_layout: Reserved memory range 0x3ff82000 - 0x3ff82000
  72. D (690) memory_layout: Reserved memory range 0x3ffae000 - 0x3ffae6e0
  73. D (696) memory_layout: Reserved memory range 0x3ffb0000 - 0x3ffbc238
  74. D (702) memory_layout: Reserved memory range 0x3ffe0000 - 0x3ffe0440
  75. D (708) memory_layout: Reserved memory range 0x3ffe3f20 - 0x3ffe4350
  76. D (714) memory_layout: Reserved memory range 0x40070000 - 0x40078000
  77. D (720) memory_layout: Reserved memory range 0x40078000 - 0x40080000
  78. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  79. D (726) memory_layout: Reserved memory range 0x40080000 - 0x40098a98
  80. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  81. D (732) memory_layout: Reserved memory range 0x50001fe8 - 0x50002000
  82. D (738) memory_layout: Building list of available memory regions:
  83. V (744) memory_layout: Examining memory region 0x3ffae000 - 0x3ffb0000
  84. V (750) memory_layout: Start of region 0x3ffae000 - 0x3ffb0000 overlaps reserved 0x3ffae000 - 0x3ffae6e0
  85. D (760) memory_layout: Available memory region 0x3ffae6e0 - 0x3ffb0000
  86. V (766) memory_layout: Examining memory region 0x3ffb0000 - 0x3ffb8000
  87. V (772) memory_layout: Region 0x3ffb0000 - 0x3ffb8000 inside of reserved 0x3ffb0000 - 0x3ffbc238
  88. V (781) memory_layout: Examining memory region 0x3ffb8000 - 0x3ffc0000
  89. V (787) memory_layout: Start of region 0x3ffb8000 - 0x3ffc0000 overlaps reserved 0x3ffb0000 - 0x3ffbc238
  90. D (796) memory_layout: Available memory region 0x3ffbc238 - 0x3ffc0000
  91. V (802) memory_layout: Examining memory region 0x3ffc0000 - 0x3ffc2000
  92. D (809) memory_layout: Available memory region 0x3ffc0000 - 0x3ffc2000
  93. V (815) memory_layout: Examining memory region 0x3ffc2000 - 0x3ffc4000
  94. D (821) memory_layout: Available memory region 0x3ffc2000 - 0x3ffc4000
  95. V (827) memory_layout: Examining memory region 0x3ffc4000 - 0x3ffc6000
  96. D (834) memory_layout: Available memory region 0x3ffc4000 - 0x3ffc6000
  97. V (840) memory_layout: Examining memory region 0x3ffc6000 - 0x3ffc8000
  98. D (846) memory_layout: Available memory region 0x3ffc6000 - 0x3ffc8000
  99. V (852) memory_layout: Examining memory region 0x3ffc8000 - 0x3ffca000
  100. D (859) memory_layout: Available memory region 0x3ffc8000 - 0x3ffca000
  101. V (865) memory_layout: Examining memory region 0x3ffca000 - 0x3ffcc000
  102. D (871) memory_layout: Available memory region 0x3ffca000 - 0x3ffcc000
  103. V (877) memory_layout: Examining memory region 0x3ffcc000 - 0x3ffce000
  104. D (884) memory_layout: Available memory region 0x3ffcc000 - 0x3ffce000
  105. V (890) memory_layout: Examining memory region 0x3ffce000 - 0x3ffd0000
  106. D (896) memory_layout: Available memory region 0x3ffce000 - 0x3ffd0000
  107. V (902) memory_layout: Examining memory region 0x3ffd0000 - 0x3ffd2000
  108. D (909) memory_layout: Available memory region 0x3ffd0000 - 0x3ffd2000
  109. V (915) memory_layout: Examining memory region 0x3ffd2000 - 0x3ffd4000
  110. D (921) memory_layout: Available memory region 0x3ffd2000 - 0x3ffd4000
  111. V (927) memory_layout: Examining memory region 0x3ffd4000 - 0x3ffd6000
  112. D (934) memory_layout: Available memory region 0x3ffd4000 - 0x3ffd6000
  113. V (940) memory_layout: Examining memory region 0x3ffd6000 - 0x3ffd8000
  114. D (946) memory_layout: Available memory region 0x3ffd6000 - 0x3ffd8000
  115. V (952) memory_layout: Examining memory region 0x3ffd8000 - 0x3ffda000
  116. D (959) memory_layout: Available memory region 0x3ffd8000 - 0x3ffda000
  117. V (965) memory_layout: Examining memory region 0x3ffda000 - 0x3ffdc000
  118. D (971) memory_layout: Available memory region 0x3ffda000 - 0x3ffdc000
  119. V (977) memory_layout: Examining memory region 0x3ffdc000 - 0x3ffde000
  120. D (984) memory_layout: Available memory region 0x3ffdc000 - 0x3ffde000
  121. V (990) memory_layout: Examining memory region 0x3ffde000 - 0x3ffe0000
  122. D (996) memory_layout: Available memory region 0x3ffde000 - 0x3ffe0000
  123. V (1002) memory_layout: Examining memory region 0x3ffe0000 - 0x3ffe4000
  124. V (1009) memory_layout: Start of region 0x3ffe0000 - 0x3ffe4000 overlaps reserved 0x3ffe0000 - 0x3ffe0440
  125. V (1018) memory_layout: End of region 0x3ffe0440 - 0x3ffe4000 overlaps reserved 0x3ffe3f20 - 0x3ffe4350
  126. D (1027) memory_layout: Available memory region 0x3ffe0440 - 0x3ffe3f20
  127. V (1033) memory_layout: Examining memory region 0x3ffe4000 - 0x3ffe8000
  128. V (1040) memory_layout: Start of region 0x3ffe4000 - 0x3ffe8000 overlaps reserved 0x3ffe3f20 - 0x3ffe4350
  129. D (1049) memory_layout: Available memory region 0x3ffe4350 - 0x3ffe8000
  130. V (1055) memory_layout: Examining memory region 0x3ffe8000 - 0x3fff0000
  131. D (1062) memory_layout: Available memory region 0x3ffe8000 - 0x3fff0000
  132. V (1068) memory_layout: Examining memory region 0x3fff0000 - 0x3fff8000
  133. D (1074) memory_layout: Available memory region 0x3fff0000 - 0x3fff8000
  134. V (1081) memory_layout: Examining memory region 0x3fff8000 - 0x3fffc000
  135. D (1087) memory_layout: Available memory region 0x3fff8000 - 0x3fffc000
  136. V (1093) memory_layout: Examining memory region 0x3fffc000 - 0x40000000
  137. --- 0x40000000: _WindowOverflow4 in ROM
  138. D (1100) memory_layout: Available memory region 0x3fffc000 - 0x40000000
  139. --- 0x40000000: _WindowOverflow4 in ROM
  140. V (1106) memory_layout: Examining memory region 0x40070000 - 0x40078000
  141. V (1112) memory_layout: Region 0x40070000 - 0x40078000 inside of reserved 0x40070000 - 0x40078000
  142. V (1121) memory_layout: Examining memory region 0x40078000 - 0x40080000
  143. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  144. V (1127) memory_layout: Region 0x40078000 - 0x40080000 inside of reserved 0x40078000 - 0x40080000
  145. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  146. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  147. V (1136) memory_layout: Examining memory region 0x40080000 - 0x40082000
  148. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  149. --- 0x40082000: esp_backtrace_print_from_frame at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c:97
  150. V (1142) memory_layout: Region 0x40080000 - 0x40082000 inside of reserved 0x40080000 - 0x40098a98
  151. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  152. --- 0x40082000: esp_backtrace_print_from_frame at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c:97
  153. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  154. V (1151) memory_layout: Examining memory region 0x40082000 - 0x40084000
  155. --- 0x40082000: esp_backtrace_print_from_frame at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c:97
  156. --- 0x40084000: efuse_ll_get_chip_ver_pkg at /Users/myUser/esp/v5.4.1/esp-idf/components/hal/esp32/include/hal/efuse_ll.h:96
  157. --- (inlined by) bootloader_common_get_chip_ver_pkg at /Users/myUser/esp/v5.4.1/esp-idf/components/bootloader_support/src/bootloader_efuse.c:16
  158. V (1157) memory_layout: Region 0x40082000 - 0x40084000 inside of reserved 0x40080000 - 0x40098a98
  159. --- 0x40082000: esp_backtrace_print_from_frame at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c:97
  160. --- 0x40084000: efuse_ll_get_chip_ver_pkg at /Users/myUser/esp/v5.4.1/esp-idf/components/hal/esp32/include/hal/efuse_ll.h:96
  161. --- (inlined by) bootloader_common_get_chip_ver_pkg at /Users/myUser/esp/v5.4.1/esp-idf/components/bootloader_support/src/bootloader_efuse.c:16
  162. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  163. V (1166) memory_layout: Examining memory region 0x40084000 - 0x40086000
  164. --- 0x40084000: efuse_ll_get_chip_ver_pkg at /Users/myUser/esp/v5.4.1/esp-idf/components/hal/esp32/include/hal/efuse_ll.h:96
  165. --- (inlined by) bootloader_common_get_chip_ver_pkg at /Users/myUser/esp/v5.4.1/esp-idf/components/bootloader_support/src/bootloader_efuse.c:16
  166. --- 0x40086000: timer_insert at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_timer/src/esp_timer.c:302
  167. V (1172) memory_layout: Region 0x40084000 - 0x40086000 inside of reserved 0x40080000 - 0x40098a98
  168. --- 0x40084000: efuse_ll_get_chip_ver_pkg at /Users/myUser/esp/v5.4.1/esp-idf/components/hal/esp32/include/hal/efuse_ll.h:96
  169. --- (inlined by) bootloader_common_get_chip_ver_pkg at /Users/myUser/esp/v5.4.1/esp-idf/components/bootloader_support/src/bootloader_efuse.c:16
  170. --- 0x40086000: timer_insert at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_timer/src/esp_timer.c:302
  171. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  172. V (1181) memory_layout: Examining memory region 0x40086000 - 0x40088000
  173. --- 0x40086000: timer_insert at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_timer/src/esp_timer.c:302
  174. --- 0x40088000: ram_chip_i2c_writeReg at /home/lxf/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7_ana.c:103
  175. V (1187) memory_layout: Region 0x40086000 - 0x40088000 inside of reserved 0x40080000 - 0x40098a98
  176. --- 0x40086000: timer_insert at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_timer/src/esp_timer.c:302
  177. --- 0x40088000: ram_chip_i2c_writeReg at /home/lxf/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7_ana.c:103
  178. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  179. V (1196) memory_layout: Examining memory region 0x40088000 - 0x4008a000
  180. --- 0x40088000: ram_chip_i2c_writeReg at /home/lxf/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7_ana.c:103
  181. --- 0x4008a000: prvSendItemDoneNoSplit at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_ringbuf/ringbuf.c:368
  182. V (1202) memory_layout: Region 0x40088000 - 0x4008a000 inside of reserved 0x40080000 - 0x40098a98
  183. --- 0x40088000: ram_chip_i2c_writeReg at /home/lxf/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7_ana.c:103
  184. --- 0x4008a000: prvSendItemDoneNoSplit at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_ringbuf/ringbuf.c:368
  185. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  186. V (1211) memory_layout: Examining memory region 0x4008a000 - 0x4008c000
  187. --- 0x4008a000: prvSendItemDoneNoSplit at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_ringbuf/ringbuf.c:368
  188. --- 0x4008c000: prvCheckTaskCanBeScheduledSMP at /Users/myUser/esp/v5.4.1/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c:861
  189. V (1217) memory_layout: Region 0x4008a000 - 0x4008c000 inside of reserved 0x40080000 - 0x40098a98
  190. --- 0x4008a000: prvSendItemDoneNoSplit at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_ringbuf/ringbuf.c:368
  191. --- 0x4008c000: prvCheckTaskCanBeScheduledSMP at /Users/myUser/esp/v5.4.1/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c:861
  192. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  193. V (1226) memory_layout: Examining memory region 0x4008c000 - 0x4008e000
  194. --- 0x4008c000: prvCheckTaskCanBeScheduledSMP at /Users/myUser/esp/v5.4.1/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c:861
  195. --- 0x4008e000: xTaskCreatePinnedToCore at /Users/myUser/esp/v5.4.1/esp-idf/components/freertos/esp_additions/freertos_tasks_c_additions.h:163
  196. V (1232) memory_layout: Region 0x4008c000 - 0x4008e000 inside of reserved 0x40080000 - 0x40098a98
  197. --- 0x4008c000: prvCheckTaskCanBeScheduledSMP at /Users/myUser/esp/v5.4.1/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c:861
  198. --- 0x4008e000: xTaskCreatePinnedToCore at /Users/myUser/esp/v5.4.1/esp-idf/components/freertos/esp_additions/freertos_tasks_c_additions.h:163
  199. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  200. V (1240) memory_layout: Examining memory region 0x4008e000 - 0x40090000
  201. --- 0x4008e000: xTaskCreatePinnedToCore at /Users/myUser/esp/v5.4.1/esp-idf/components/freertos/esp_additions/freertos_tasks_c_additions.h:163
  202. --- 0x40090000: tlsf_ffs at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:107
  203. --- (inlined by) search_suitable_block at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:355
  204. --- (inlined by) block_locate_free at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:612
  205. --- (inlined by) tlsf_malloc at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf.c:443
  206. V (1247) memory_layout: Region 0x4008e000 - 0x40090000 inside of reserved 0x40080000 - 0x40098a98
  207. --- 0x4008e000: xTaskCreatePinnedToCore at /Users/myUser/esp/v5.4.1/esp-idf/components/freertos/esp_additions/freertos_tasks_c_additions.h:163
  208. --- 0x40090000: tlsf_ffs at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:107
  209. --- (inlined by) search_suitable_block at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:355
  210. --- (inlined by) block_locate_free at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:612
  211. --- (inlined by) tlsf_malloc at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf.c:443
  212. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  213. V (1255) memory_layout: Examining memory region 0x40090000 - 0x40092000
  214. --- 0x40090000: tlsf_ffs at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:107
  215. --- (inlined by) search_suitable_block at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:355
  216. --- (inlined by) block_locate_free at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:612
  217. --- (inlined by) tlsf_malloc at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf.c:443
  218. --- 0x40092000: ampdu_dispatch_as_many_as_possible at ??:?
  219. V (1262) memory_layout: Region 0x40090000 - 0x40092000 inside of reserved 0x40080000 - 0x40098a98
  220. --- 0x40090000: tlsf_ffs at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:107
  221. --- (inlined by) search_suitable_block at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:355
  222. --- (inlined by) block_locate_free at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf_control_functions.h:612
  223. --- (inlined by) tlsf_malloc at /Users/myUser/esp/v5.4.1/esp-idf/components/heap/tlsf/tlsf.c:443
  224. --- 0x40092000: ampdu_dispatch_as_many_as_possible at ??:?
  225. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  226. V (1270) memory_layout: Examining memory region 0x40092000 - 0x40094000
  227. --- 0x40092000: ampdu_dispatch_as_many_as_possible at ??:?
  228. --- 0x40094000: lmacTxDone at ??:?
  229. V (1277) memory_layout: Region 0x40092000 - 0x40094000 inside of reserved 0x40080000 - 0x40098a98
  230. --- 0x40092000: ampdu_dispatch_as_many_as_possible at ??:?
  231. --- 0x40094000: lmacTxDone at ??:?
  232. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  233. V (1285) memory_layout: Examining memory region 0x40094000 - 0x40096000
  234. --- 0x40094000: lmacTxDone at ??:?
  235. --- 0x40096000: pm_process_tim at ??:?
  236. V (1292) memory_layout: Region 0x40094000 - 0x40096000 inside of reserved 0x40080000 - 0x40098a98
  237. --- 0x40094000: lmacTxDone at ??:?
  238. --- 0x40096000: pm_process_tim at ??:?
  239. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  240. V (1300) memory_layout: Examining memory region 0x40096000 - 0x40098000
  241. --- 0x40096000: pm_process_tim at ??:?
  242. --- 0x40098000: spi_flash_common_set_io_mode at /Users/myUser/esp/v5.4.1/esp-idf/components/spi_flash/spi_flash_chip_generic.c:820
  243. V (1306) memory_layout: Region 0x40096000 - 0x40098000 inside of reserved 0x40080000 - 0x40098a98
  244. --- 0x40096000: pm_process_tim at ??:?
  245. --- 0x40098000: spi_flash_common_set_io_mode at /Users/myUser/esp/v5.4.1/esp-idf/components/spi_flash/spi_flash_chip_generic.c:820
  246. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  247. V (1315) memory_layout: Examining memory region 0x40098000 - 0x4009a000
  248. --- 0x40098000: spi_flash_common_set_io_mode at /Users/myUser/esp/v5.4.1/esp-idf/components/spi_flash/spi_flash_chip_generic.c:820
  249. V (1321) memory_layout: Start of region 0x40098000 - 0x4009a000 overlaps reserved 0x40080000 - 0x40098a98
  250. --- 0x40098000: spi_flash_common_set_io_mode at /Users/myUser/esp/v5.4.1/esp-idf/components/spi_flash/spi_flash_chip_generic.c:820
  251. --- 0x40080000: _WindowOverflow4 at /Users/myUser/esp/v5.4.1/esp-idf/components/xtensa/xtensa_vectors.S:2027
  252. D (1331) memory_layout: Available memory region 0x40098a98 - 0x4009a000
  253. V (1337) memory_layout: Examining memory region 0x4009a000 - 0x4009c000
  254. D (1343) memory_layout: Available memory region 0x4009a000 - 0x4009c000
  255. V (1350) memory_layout: Examining memory region 0x4009c000 - 0x4009e000
  256. D (1356) memory_layout: Available memory region 0x4009c000 - 0x4009e000
  257. V (1362) memory_layout: Examining memory region 0x4009e000 - 0x400a0000
  258. D (1369) memory_layout: Available memory region 0x4009e000 - 0x400a0000
  259. I (1375) heap_init: Initializing. RAM available for dynamic allocation:
  260. D (1382) heap_init: New heap initialised at 0x3ffae6e0
  261. I (1386) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
  262. D (1392) heap_init: New heap initialised at 0x3ffbc238
  263. I (1396) heap_init: At 3FFBC238 len 00023DC8 (143 KiB): DRAM
  264. I (1402) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
  265. I (1407) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
  266. D (1413) heap_init: New heap initialised at 0x40098a98
  267. I (1418) heap_init: At 40098A98 len 00007568 (29 KiB): IRAM
  268. D (1423) cpu_start: calling init function: 0x400d6770 on core: 0
  269. --- 0x400d6770: __esp_system_init_fn_esp_timer_init_nonos at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_timer/src/esp_timer_init.c:28
  270. D (1429) cpu_start: calling init function: 0x400d6184 on core: 0
  271. --- 0x400d6184: __esp_system_init_fn_init_newlib at /Users/myUser/esp/v5.4.1/esp-idf/components/newlib/newlib_init.c:157
  272. D (1434) cpu_start: calling init function: 0x400d3190 on core: 0
  273. --- 0x400d3190: __esp_system_init_fn_init_brownout at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/startup_funcs.c:67
  274. V (1440) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  275. V (1446) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
  276. D (1454) intr_alloc: Connected src 46 to int 1 (cpu 0)
  277. D (1459) cpu_start: calling init function: 0x400d319c on core: 0
  278. --- 0x400d319c: __esp_system_init_fn_init_newlib_time at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/startup_funcs.c:81
  279. D (1465) cpu_start: calling init function: 0x400d7a78 on core: 0
  280. --- 0x400d7a78: __esp_system_init_fn_init_vfs_uart at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_driver_uart/src/uart_vfs.c:1146
  281. D (1470) cpu_start: calling init function: 0x400d9c3c on core: 0
  282. --- 0x400d9c3c: __esp_system_init_fn_init_vfs_nullfs at /Users/myUser/esp/v5.4.1/esp-idf/components/vfs/nullfs.c:322
  283. D (1476) cpu_start: calling init function: 0x400d8468 on core: 0
  284. --- 0x400d8468: __esp_system_init_fn_init_vfs_console at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_vfs_console/vfs_console.c:247
  285. D (1482) cpu_start: calling init function: 0x400d6200 on core: 0
  286. --- 0x400d6200: __esp_system_init_fn_init_newlib_stdio at /Users/myUser/esp/v5.4.1/esp-idf/components/newlib/newlib_init.c:202
  287. D (1488) cpu_start: calling init function: 0x400d31a8 on core: 0
  288. --- 0x400d31a8: __esp_system_init_fn_init_flash at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/startup_funcs.c:88
  289. V (1493) memspi: raw_chip_id: 16405E
  290.  
  291. V (1497) memspi: chip_id: 5E4016
  292.  
  293. V (1500) memspi: raw_chip_id: 16405E
  294.  
  295. V (1503) memspi: chip_id: 5E4016
  296.  
  297. D (1507) spi_flash: trying chip: issi
  298. D (1510) spi_flash: trying chip: gd
  299. D (1513) spi_flash: trying chip: mxic
  300. D (1517) spi_flash: trying chip: winbond
  301. D (1520) spi_flash: trying chip: generic
  302. I (1524) spi_flash: detected chip: generic
  303. I (1528) spi_flash: flash io: dio
  304. W (1531) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
  305. D (1543) cpu_start: calling init function: 0x400d2cc4 on core: 0
  306. --- 0x400d2cc4: __esp_system_init_fn_init_efuse at /Users/myUser/esp/v5.4.1/esp-idf/components/efuse/src/esp_efuse_startup.c:145
  307. D (1549) cpu_start: calling init function: 0x4015b42c
  308. --- 0x4015b42c: _GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE at /builds/idf/crosstool-NG/.build/xtensa-esp-elf/src/gcc/libstdc++-v3/libsupc++/eh_globals.cc:162
  309. D (1554) cpu_start: calling init function: 0x40134314
  310. --- 0x40134314: esp_clock_output_pin_ctrl_init at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_hw_support/esp_clock_output.c:246
  311. D (1558) cpu_start: calling init function: 0x400f0410
  312. --- 0x400f0410: s_set_default_wifi_log_level at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_wifi/src/wifi_init.c:93
  313. D (1563) cpu_start: calling init function: 0x400eb274
  314. --- 0x400eb274: _GLOBAL__sub_I__ZN3nvs4PageC2Ev at /Users/myUser/esp/v5.4.1/esp-idf/components/nvs_flash/src/nvs_page.cpp:1158
  315. D (1568) cpu_start: calling init function: 0x40089a0c
  316. --- 0x40089a0c: enable_timer_group0_for_calibration at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c:197
  317. D (1573) cpu_start: calling init function: 0x400d422c
  318. --- 0x400d422c: esp_ipc_init at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/esp_ipc.c:113
  319. D (1577) cpu_start: calling init function: 0x400d3770
  320. --- 0x400d3770: esp_reset_reason_init at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/port/soc/esp32/reset_reason.c:60
  321. D (1582) cpu_start: calling init function: 0x401346b4 on core: 0
  322. --- 0x401346b4: __esp_system_init_fn_esp_timer_init_os at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_timer/src/esp_timer.c:566
  323. V (1588) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  324. V (1594) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xC02
  325. D (1602) intr_alloc: Connected src 17 to int 2 (cpu 0)
  326. D (1607) cpu_start: calling init function: 0x401967a4 on core: 0
  327. --- 0x401967a4: __esp_system_init_fn_esp_security_init at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_security/src/init.c:38
  328. D (1612) cpu_start: calling init function: 0x400d31cc on core: 0
  329. --- 0x400d31cc: __esp_system_init_fn_init_disable_rtc_wdt at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_system/startup_funcs.c:143
  330. V (1618) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  331. V (1624) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
  332. D (1632) intr_alloc: Connected src 24 to int 3 (cpu 0)
  333. D (1637) app_start: Starting scheduler on CPU0
  334. V (1641) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
  335. V (1647) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x40E
  336. I (D (1655) intr_alloc: Connected src 25 to int 1 (cpu 1)
  337. D (1660) app_start: Starting scheduler on CPU1
  338. 1641) main_task: Started on CPU0
  339. D (1668) heap_init: New heap initialised at 0x3ffe0440
  340. D (1672) heap_init: New heap initialised at 0x3ffe4350
  341. V (1676) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  342. V (1683) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
  343. D (1690) intr_alloc: Connected src 16 to int 5 (cpu 0)
  344. I (1695) main_task: Calling app_main()
  345. V (1699) partition: Loading the partition table
  346. V (1703) mmap: actual_mapped_len is 0x10000
  347. V (1707) calculated md5: 0x3ffbe348 04 23 59 8f e5 28 7e 67 62 f9 55 ef c9 f5 f3 82 |.#Y..(~gb.U.....|
  348. V (1716) stored md5: 0x3f468070 04 23 59 8f e5 28 7e 67 62 f9 55 ef c9 f5 f3 82 |.#Y..(~gb.U.....|
  349. V (1725) partition: Partition table MD5 verified
  350. I (1754) app: ESP_WIFI_MODE_STA
  351. D (1755) esp_netif_lwip: LwIP stack has been initialized
  352. D (1756) esp_netif_lwip: esp-netif has been successfully initialized
  353. D (1757) event: running task for loop 0x3ffc0b98
  354. D (1762) event: created task for loop 0x3ffc0b98
  355. D (1766) event: created event loop 0x3ffc0b98
  356. D (1770) esp_netif_lwip: check: remote, if=0x3ffbe300 fn=0x400ee254
  357. --- 0x400ee254: esp_netif_new_api at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:712
  358. V (1776) esp_netif_objects: esp_netif_add_to_list_unsafe 0x3ffc1ad8
  359. D (1782) esp_netif_objects: esp_netif_add_to_list_unsafe netif added successfully (total netifs: 1)
  360. D (1791) esp_netif_lwip: call api in lwip: ret=0x0, give sem
  361. D (1797) nvs: nvs_open_from_partition misc 1
  362. I (1801) wifi:wifi driver task: 3ffc41b4, prio:23, stack:6656, core=0
  363. V (1806) esp_adapter: thread sem create: sem=0x3ffc4318
  364. V (1811) esp_adapter: thread sem get: sem=0x3ffc4318
  365. D (1816) efuse: BLK0 REG2 [8-15], len=8 bits
  366. D (1820) efuse: BLK0 REG2 [0-7], len=8 bits
  367. D (1824) efuse: BLK0 REG1 [24-31], len=8 bits
  368. D (1828) efuse: BLK0 REG1 [16-23], len=8 bits
  369. D (1832) efuse: BLK0 REG1 [8-15], len=8 bits
  370. D (1836) efuse: BLK0 REG1 [0-7], len=8 bits
  371. D (1840) efuse: BLK0 REG2 [16-23], len=8 bits
  372. D (1845) nvs: nvs_open_from_partition nvs.net80211 1
  373. D (1849) nvs: nvs_get opmode 1
  374. D (1852) nvs: nvs_get_str_or_blob sta.ssid
  375. D (1856) nvs: nvs_get sta.authmode 1
  376. D (1858) nvs: nvs_get_str_or_blob sta.pswd
  377. D (1863) nvs: nvs_get_str_or_blob sta.pmk
  378. D (1866) nvs: nvs_get sta.chan 1
  379. D (1869) nvs: nvs_get auto.conn 1
  380. D (1872) nvs: nvs_get bssid.set 1
  381. D (1875) nvs: nvs_get_str_or_blob sta.bssid
  382. D (1879) nvs: nvs_get sta.lis_intval 2
  383. D (1883) nvs: nvs_get sta.phym 1
  384. D (1885) nvs: nvs_get sta.phybw 1
  385. D (1888) nvs: nvs_get_str_or_blob sta.apsw
  386. D (1893) nvs: nvs_get_str_or_blob sta.apinfo
  387. D (1899) nvs: nvs_get sta.scan_method 1
  388. D (1900) nvs: nvs_get sta.sort_method 1
  389. D (1904) nvs: nvs_get sta.minrssi 1
  390. D (1907) nvs: nvs_get sta.minauth 1
  391. D (1910) nvs: nvs_get sta.pmf_e 1
  392. D (1913) nvs: nvs_get sta.pmf_r 1
  393. D (1916) nvs: nvs_get sta.btm_e 1
  394. D (1919) nvs: nvs_get sta.rrm_e 1
  395. D (1922) nvs: nvs_get sta.mbo_e 1
  396. D (1925) nvs: nvs_get_str_or_blob ap.ssid
  397. D (1929) nvs: nvs_get_str_or_blob ap.passwd
  398. D (1933) nvs: nvs_get_str_or_blob ap.pmk
  399. D (1936) nvs: nvs_get ap.chan 1
  400. D (1939) nvs: nvs_get ap.authmode 1
  401. D (1942) nvs: nvs_get ap.hidden 1
  402. D (1945) nvs: nvs_get ap.max.conn 1
  403. D (1949) nvs: nvs_get bcn.interval 2
  404. D (1952) nvs: nvs_get ap.phym 1
  405. D (1955) nvs: nvs_get ap.phybw 1
  406. D (1958) nvs: nvs_get ap.sndchan 1
  407. D (1961) nvs: nvs_get ap.pmf_e 1
  408. D (1964) nvs: nvs_get ap.pmf_r 1
  409. D (1967) nvs: nvs_get ap.p_cipher 1
  410. D (1970) nvs: nvs_get lorate 1
  411. D (1973) nvs: nvs_get_str_or_blob country
  412. D (1977) nvs: nvs_get ap.ftm_r 1
  413. D (1979) nvs: nvs_get sta.ft 1
  414. D (1982) nvs: nvs_get sta.owe 1
  415. D (1985) nvs: nvs_get sta.trans_d 1
  416. D (1988) nvs: nvs_get sta.sae_h2e 1
  417. D (1992) nvs: nvs_get sta.sae_pk_mode 1
  418. D (1995) nvs: nvs_get sta.bss_retry 1
  419. D (1999) nvs: nvs_get_str_or_blob sta.owe_data
  420. D (2003) nvs: nvs_get sta.he_dcm 1
  421. D (2006) nvs: nvs_get sta.he_dcm_c_tx 1
  422. D (2009) nvs: nvs_get sta.he_dcm_c_rx 1
  423. D (2013) nvs: nvs_get sta.he_mcs9_d 1
  424. D (2016) nvs: nvs_get sta.he_su_b_d 1
  425. D (2020) nvs: nvs_get sta.he_su_b_f_d 1
  426. D (2023) nvs: nvs_get sta.he_mu_b_f_d 1
  427. D (2027) nvs: nvs_get sta.he_cqi_f_d 1
  428. D (2030) nvs: nvs_get_str_or_blob sta.sae_h2e_id
  429. D (2035) nvs: nvs_get ap.sae_h2e 1
  430. D (2038) nvs: nvs_get_str_or_blob ap.pmk_info
  431. D (2042) nvs: nvs_get nan.phym 1
  432. D (2045) nvs: nvs_get sta.pwr_reset 1
  433. D (2048) nvs: nvs_get band_mode 1
  434. D (2051) nvs: nvs_get sta.phym5g 1
  435. D (2054) nvs: nvs_get ap.phym5g 1
  436. D (2057) nvs: nvs_get sta.phybw5g 1
  437. D (2060) nvs: nvs_get ap.phybw5g 1
  438. D (2064) nvs: nvs_get ap.sndchan5g 1
  439. D (2067) nvs: nvs_get ap.chan5g 1
  440. D (2070) nvs: nvs_get ap.chanisset 1
  441. D (2073) nvs: nvs_get ap.chan5gisset 1
  442. D (2077) nvs: nvs_get sta.rssi_5g_adj 1
  443. D (2080) nvs: nvs_get ap.csa_count 1
  444. D (2084) nvs: nvs_get ap.dtim_period 1
  445. D (2087) nvs: nvs_get ap.trans_d 1
  446. D (2091) nvs: nvs_set ap.sndchan 1 1
  447. I (2094) wifi:wifi firmware version: 79fa3f41ba
  448. I (2098) wifi:wifi certification version: v7.0
  449. I (2102) wifi:config NVS flash: enabled
  450. I (2105) wifi:config nano formatting: disabled
  451. I (2110) wifi:Init data frame dynamic rx buffer num: 32
  452. I (2115) wifi:Init static rx mgmt buffer num: 5
  453. I (2119) wifi:Init management short buffer num: 32
  454. I (2123) wifi:Init dynamic tx buffer num: 32
  455. I (2128) wifi:Init static rx buffer size: 1600
  456. I (2132) wifi:Init static rx buffer num: 10
  457. I (2135) wifi:Init dynamic rx buffer num: 32
  458. D (2140) wifi:Reset scan defaults in ms : min,max,passive,chan_dwell :(0,120,360,30)
  459. V (2147) wifi:hint=255, act_dur=<0,120>, pas_dur=360, nchans=14 history_num=0
  460. V (2154) esp_adapter: thread sem get: sem=0x3ffc4318
  461. I (2159) wifi_init: rx ba win: 6
  462. I (2161) wifi_init: accept mbox: 6
  463. I (2164) wifi_init: tcpip mbox: 32
  464. I (2168) wifi_init: udp mbox: 6
  465. I (2170) wifi_init: tcp mbox: 6
  466. I (2173) wifi_init: tcp tx win: 5760
  467. I (2177) wifi_init: tcp rx win: 5760
  468. I (2180) wifi_init: tcp mss: 1440
  469. I (2183) wifi_init: WiFi IRAM OP enabled
  470. I (2187) wifi_init: WiFi RX IRAM OP enabled
  471. V (2191) esp_adapter: thread sem get: sem=0x3ffc4318
  472. D (2195) nvs: nvs_get opmode 1
  473. V (2199) esp_adapter: thread sem get: sem=0x3ffc4318
  474. D (2203) wifi:clear blacklist
  475. W (2205) wifi:Password length matches WPA2 standards, authmode threshold changes from OPEN to WPA2
  476. D (2214) nvs: nvs_get_str_or_blob sta.ssid
  477. D (2219) nvs: nvs_get sta.pmf_e 1
  478. V (2221) esp_adapter: thread sem get: sem=0x3ffc4318
  479. I (2226) phy_init: phy_version 4860,6b7a6e5,Feb 6 2025,14:47:07
  480. D (2231) phy_init: loading PHY init data from application binary
  481. D (2237) nvs: nvs_open_from_partition phy 0
  482. D (2241) nvs: nvs_get cal_version 4
  483. V (2244) phy_init: phy_get_rf_cal_version: 4860
  484. D (2248) nvs: nvs_get_str_or_blob cal_mac
  485. D (2253) efuse: BLK0 REG2 [8-15], len=8 bits
  486. D (2256) efuse: BLK0 REG2 [0-7], len=8 bits
  487. D (2260) efuse: BLK0 REG1 [24-31], len=8 bits
  488. D (2264) efuse: BLK0 REG1 [16-23], len=8 bits
  489. D (2268) efuse: BLK0 REG1 [8-15], len=8 bits
  490. D (2272) efuse: BLK0 REG1 [0-7], len=8 bits
  491. D (2276) efuse: BLK0 REG2 [16-23], len=8 bits
  492. D (2280) nvs: nvs_get_str_or_blob cal_data
  493. D (2290) nvs: nvs_close 3
  494. D (2290) efuse: BLK0 REG2 [8-15], len=8 bits
  495. D (2290) efuse: BLK0 REG2 [0-7], len=8 bits
  496. D (2294) efuse: BLK0 REG1 [24-31], len=8 bits
  497. D (2298) efuse: BLK0 REG1 [16-23], len=8 bits
  498. D (2302) efuse: BLK0 REG1 [8-15], len=8 bits
  499. D (2306) efuse: BLK0 REG1 [0-7], len=8 bits
  500. D (2310) efuse: BLK0 REG2 [16-23], len=8 bits
  501. V (2392) wifi:ht20 freq=2412, chan=1
  502. D (2393) wifi:filter: set rx policy=0
  503. I (2395) wifi:mode : sta (<ROUTER-MAC-ADR>)
  504. I (2395) wifi:enable tsf
  505. D (2395) wifi:filter: set rx policy=1
  506. D (2398) wifi:connect status 0 -> 0
  507. D (2401) event: running post WIFI_EVENT:43 with handler 0x400da690 and context 0x3ffca478 on loop 0x3ffc0b98
  508. --- 0x400da690: event_handler at /Users/myUser/src/esp32-app/main/app_wifi.c:178
  509. D (2410) event: running post WIFI_EVENT:2 with handler 0x400f0658 and context 0x3ffc1cf0 on loop 0x3ffc0b98
  510. --- 0x400f0658: wifi_default_action_sta_start at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_wifi/src/wifi_default.c:72
  511. D (2420) wifi_init_default: wifi_start esp-netif:0x3ffc1ad8 event-id2
  512. D (2426) wifi_init_default: WIFI mac address: <ROUTER-MAC-ADR>
  513. V (2432) esp_adapter: thread sem create: sem=0x3ffcac08
  514. V (2436) esp_adapter: thread sem get: sem=0x3ffcac08
  515. D (2442) esp_netif_lwip: check: remote, if=0x3ffc1ad8 fn=0x400edac4
  516. --- 0x400edac4: esp_netif_set_mac_api at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1018
  517. I (2447) app: wifi_init_sta finished.
  518. D (2447) esp_netif_lwip: call api in lwip: ret=0x0, give sem
  519. D (2456) esp_netif_handlers: esp_netif action has started with netif0x3ffc1ad8 from event_id=2
  520. D (2465) esp_netif_lwip: check: remote, if=0x3ffc1ad8 fn=0x400ee434
  521. --- 0x400ee434: esp_netif_start_api at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1093
  522. D (2471) esp_netif_lwip: esp_netif_start_api 0x3ffc1ad8
  523. D (2476) esp_netif_lwip: esp_netif_get_hostname esp_netif:0x3ffc1ad8
  524. D (2482) esp_netif_lwip: call api in lwip: ret=0x0, give sem
  525. D (2487) event: running post WIFI_EVENT:2 with handler 0x400da690 and context 0x3ffca478 on loop 0x3ffc0b98
  526. --- 0x400da690: event_handler at /Users/myUser/src/esp32-app/main/app_wifi.c:178
  527. V (2496) esp_adapter: thread sem get: sem=0x3ffcac08
  528. D (2502) wifi:Start wifi connect
  529. D (2504) wifi:connect status 0 -> 0
  530. D (2507) wifi:connect chan=0
  531. V (2510) wifi:nvs=0, ssid=mySSID, channel=255
  532. V (2514) wifi:ssid=mySSID match nvs 0, channel=255
  533. D (2519) wifi:first chan=1
  534. D (2521) wifi:connect status 0 -> 1
  535. D (2524) wifi:filter: set rx policy=3
  536. D (2528) wifi:clear scan ap list
  537. D (2531) wifi:start scan: type=0x50f, priority=2, cb=0x401145f0, arg=0x0, ss_state=0x1, time=139534, index=0
  538. --- 0x401145f0: cnx_start_handoff_cb at ??:?
  539. V (2540) wifi:inter_channel_timeout: arg=0x0, ss_state=0x1
  540. D (2545) wifi:perform scan: ss_state=0x9, chan<1,0>, dur<0,120>
  541. V (2551) wifi:change: chan<1,0>, dur<0,120>
  542. V (2555) wifi:enter start op, arg=0x3ffb5244
  543. V (2559) wifi:scan operation: state=0x3, chan<1,0>, arg=0x3ffb5244, status=0
  544. V (2566) wifi:scan specific ssid=mySSID
  545. V (2570) wifi:start max timer
  546. D (2692) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  547. D (2693) wifi:perform scan: ss_state=0x9, chan<2,0>, dur<0,120>
  548. V (2693) wifi:change: chan<2,0>, dur<0,120>
  549. V (2697) wifi:ht20 freq=2417, chan=2
  550. V (2700) wifi:enter start op, arg=0x3ffb5244
  551. V (2704) wifi:scan operation: state=0x3, chan<2,0>, arg=0x3ffb5244, status=0
  552. V (2711) wifi:scan specific ssid=mySSID
  553. V (2715) wifi:start max timer
  554. D (2837) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  555. D (2838) wifi:perform scan: ss_state=0x9, chan<3,0>, dur<0,120>
  556. V (2838) wifi:change: chan<3,0>, dur<0,120>
  557. V (2842) wifi:ht20 freq=2422, chan=3
  558. V (2845) wifi:enter start op, arg=0x3ffb5244
  559. V (2849) wifi:scan operation: state=0x3, chan<3,0>, arg=0x3ffb5244, status=0
  560. V (2856) wifi:scan specific ssid=mySSID
  561. V (2860) wifi:start max timer
  562. D (2982) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  563. D (2983) wifi:perform scan: ss_state=0x9, chan<4,0>, dur<0,120>
  564. V (2983) wifi:change: chan<4,0>, dur<0,120>
  565. V (2986) wifi:ht20 freq=2427, chan=4
  566. V (2990) wifi:enter start op, arg=0x3ffb5244
  567. V (2994) wifi:scan operation: state=0x3, chan<4,0>, arg=0x3ffb5244, status=0
  568. V (3000) wifi:scan specific ssid=mySSID
  569. V (3004) wifi:start max timer
  570. D (3127) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  571. D (3127) wifi:perform scan: ss_state=0x9, chan<5,0>, dur<0,120>
  572. V (3128) wifi:change: chan<5,0>, dur<0,120>
  573. V (3131) wifi:ht20 freq=2432, chan=5
  574. V (3135) wifi:enter start op, arg=0x3ffb5244
  575. V (3139) wifi:scan operation: state=0x3, chan<5,0>, arg=0x3ffb5244, status=0
  576. V (3145) wifi:scan specific ssid=mySSID
  577. V (3149) wifi:start max timer
  578. D (3272) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  579. D (3272) wifi:perform scan: ss_state=0x9, chan<6,0>, dur<0,120>
  580. V (3272) wifi:change: chan<6,0>, dur<0,120>
  581. V (3276) wifi:ht20 freq=2437, chan=6
  582. V (3280) wifi:enter start op, arg=0x3ffb5244
  583. V (3283) wifi:scan operation: state=0x3, chan<6,0>, arg=0x3ffb5244, status=0
  584. V (3290) wifi:scan specific ssid=mySSID
  585. V (3294) wifi:start max timer
  586. D (3417) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  587. D (3417) wifi:perform scan: ss_state=0x9, chan<7,0>, dur<0,120>
  588. V (3417) wifi:change: chan<7,0>, dur<0,120>
  589. V (3421) wifi:ht20 freq=2442, chan=7
  590. V (3425) wifi:enter start op, arg=0x3ffb5244
  591. V (3428) wifi:scan operation: state=0x3, chan<7,0>, arg=0x3ffb5244, status=0
  592. V (3435) wifi:scan specific ssid=mySSID
  593. V (3439) wifi:start max timer
  594. D (3561) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  595. D (3562) wifi:perform scan: ss_state=0x9, chan<8,0>, dur<0,120>
  596. V (3562) wifi:change: chan<8,0>, dur<0,120>
  597. V (3566) wifi:ht20 freq=2447, chan=8
  598. V (3570) wifi:enter start op, arg=0x3ffb5244
  599. V (3573) wifi:scan operation: state=0x3, chan<8,0>, arg=0x3ffb5244, status=0
  600. V (3580) wifi:scan specific ssid=mySSID
  601. V (3584) wifi:start max timer
  602. D (3592) wifi:rsn valid: gcipher=3 ucipher=3 akm=5 mac=<ESP32-MAC-ADR>
  603. V (3593) wifi:updated connection retries to 0
  604. D (3598) wifi:profile match: ss_state=0x7
  605. V (3600) wifi:scan histroy table is not full yet, add
  606. V (3605) wifi:add ssid=mySSID, chan=8 to scan history
  607. D (3610) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x7
  608. D (3616) wifi:find first mathched ssid, scan done
  609. V (3620) wifi:back home chan=<1,0>, current chan=<8,0>
  610. V (3625) wifi:ht20 freq=2412, chan=1
  611. D (3629) wifi:filter: set rx policy=4
  612. D (3632) wifi:first chan=1
  613. V (3634) wifi:scan_done: arg=0x0, status=0, cur_time=1242908, scan_id=128, scan state=0
  614. V (3642) wifi:call scan_done cb, arg=0x0
  615. D (3645) wifi:handoff_cb: status=0
  616. V (3648) wifi:best bss has set.
  617. D (3651) wifi:ap found, mac=<ESP32-MAC-ADR>
  618. V (3655) wifi:bssid=<ESP32-MAC-ADR>, LR=0
  619. D (3660) wifi:going for connection with bssid=<ESP32-MAC-ADR>
  620. D (3665) wifi:new_bss=0x3ffba228, cur_bss=0x0, new_chan=<8,0>, cur_chan=1
  621. D (3671) wifi:filter: set rx policy=5
  622. I (3675) wifi:new:<8,0>, old:<1,0>, ap:<255,255>, sta:<8,0>, prof:1, snd_ch_cfg:0x0
  623. V (3682) wifi:ht20 freq=2447, chan=8
  624. D (3686) wifi:connect_op: status=0, auth=5, cipher=3
  625. D (3690) wifi:auth mode is not none
  626. D (3694) wifi:connect_bss: auth=1, reconnect=0
  627. I (3698) wifi:state: init -> auth (0xb0)
  628. D (3701) nvs: nvs_get sta.pwr_reset 1
  629. D (3706) wifi:start 1s AUTH timer
  630. D (3708) wifi:clear scan ap list
  631. D (3712) event: running post WIFI_EVENT:43 with handler 0x400da690 and context 0x3ffca478 on loop 0x3ffc0b98
  632. --- 0x400da690: event_handler at /Users/myUser/src/esp32-app/main/app_wifi.c:178
  633. D (3714) wifi:recv auth: seq=2, status=0, algo=0
  634. I (3725) wifi:state: auth -> assoc (0x0)
  635. D (3728) nvs: nvs_get sta.pwr_reset 1
  636. D (3733) wifi:restart connect 1s timer for assoc
  637. D (3740) wifi:recv assoc: type=0x10
  638. D (3741) wifi:filter: set rx policy=6
  639. I (3743) wifi:state: assoc -> run (0x10)
  640. D (3746) nvs: nvs_get sta.pwr_reset 1
  641. D (3750) wifi:start 10s connect timer for 4 way handshake
  642. V (3756) wifi:wpa_psk start
  643. V (3758) wifi:wpa_psk handle succeed
  644. V (4762) wifi:wpa_psk start
  645. V (4762) wifi:wpa_psk handle succeed
  646. V (5773) wifi:wpa_psk start
  647. V (5773) wifi:wpa_psk handle succeed
  648. V (6784) wifi:wpa_psk start
  649. I (6784) wifi:state: run -> init (0xf00)
  650. D (6785) nvs: nvs_get sta.pwr_reset 1
  651. D (6785) nvs: nvs_set sta.pwr_reset 1 0
  652. D (6788) wifi:stop beacon and connect timers
  653. D (6790) wifi:connect status 1 -> 2
  654. D (6793) wifi:send deauth for 4 way handshake timeout(15)
  655. D (6798) wifi:add bssid <ESP32-MAC-ADR> to blacklist, cnt=0
  656. D (6804) wifi:sta leave
  657. D (6806) wifi:stop CSA timer
  658. D (6809) wifi:connect status 2 -> 0
  659. V (6812) wifi:bss connection retry cnt=0
  660. D (6816) wifi:remove <ESP32-MAC-ADR> from rc list
  661. I (6820) wifi:new:<8,0>, old:<8,0>, ap:<255,255>, sta:<8,0>, prof:1, snd_ch_cfg:0x0
  662. D (6828) wifi:filter: set rx policy=8
  663. D (6831) wifi:Send disconnect event, reason=15, AP number=0
  664. V (6836) wifi:wpa_psk handle succeed
  665. D (6840) event: running post WIFI_EVENT:5 with handler 0x400f0670 and context 0x3ffc1d80 on loop 0x3ffc0b98
  666. --- 0x400f0670: wifi_default_action_sta_disconnected at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_wifi/src/wifi_default.c:105
  667. D (6849) esp_netif_handlers: esp_netif action disconnected with netif0x3ffc1ad8 from event_id=5
  668. D (6857) esp_netif_lwip: check: remote, if=0x3ffc1ad8 fn=0x400ee694
  669. --- 0x400ee694: esp_netif_down_api at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1752
  670. D (6863) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffc1ad8
  671. D (6869) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffc1ad8
  672. D (6876) esp_netif_lwip: if0x3ffc1ad8 start ip lost tmr: interval=120
  673. D (6882) esp_netif_lwip: check: local, if=0x3ffc1ad8 fn=0x400eea48
  674. --- 0x400eea48: esp_netif_update_default_netif_lwip at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:313
  675. D (6888) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffc1ad8
  676. V (6894) esp_netif_objects: esp_netif_next_unsafe 0x0
  677. V (6899) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffc1ad8
  678. V (6905) esp_netif_objects: esp_netif_next_unsafe 0x3ffc1ad8
  679. D (6910) esp_netif_lwip: call api in lwip: ret=0x0, give sem
  680. D (6916) event: running post WIFI_EVENT:5 with handler 0x400da690 and context 0x3ffca478 on loop 0x3ffc0b98
  681. --- 0x400da690: event_handler at /Users/myUser/src/esp32-app/main/app_wifi.c:178
  682. I (6925) app: disconnect reason: 15
  683. V (6929) esp_adapter: thread sem get: sem=0x3ffcac08
  684. D (6934) wifi:Start wifi connect
  685. D (6936) wifi:connect status 0 -> 0
  686. D (6940) wifi:connect chan=0
  687. V (6942) wifi:history=0, ssid=mySSID, channel=8
  688. V (6947) wifi:ssid=mySSID match history 0, channel=8
  689. D (6951) wifi:first chan=8
  690. D (6954) wifi:connect status 0 -> 1
  691. D (6957) wifi:filter: set rx policy=3
  692. D (6960) wifi:clear scan ap list
  693. D (6963) wifi:start scan: type=0x50f, priority=2, cb=0x401145f0, arg=0x0, ss_state=0x1, time=4572362, index=0
  694. --- 0x401145f0: cnx_start_handoff_cb at ??:?
  695. V (6973) wifi:inter_channel_timeout: arg=0x0, ss_state=0x1
  696. D (6978) wifi:perform scan: ss_state=0x9, chan<8,0>, dur<0,120>
  697. V (6984) wifi:change: chan<8,0>, dur<0,120>
  698. V (6988) wifi:enter start op, arg=0x3ffb5244
  699. V (6992) wifi:scan operation: state=0x3, chan<8,0>, arg=0x3ffb5244, status=0
  700. V (6998) wifi:scan specific ssid=mySSID
  701. V (7003) wifi:start max timer
  702. I (7005) app: retry to connect to the AP
  703. I (7009) app: connect to the AP fail
  704. D (7008) wifi:rsn valid: gcipher=3 ucipher=3 akm=5 mac=<ESP32-MAC-ADR>
  705. D (7019) wifi:find the <ESP32-MAC-ADR> in blacklist.
  706.  
  707. D (7110) wifi:rsn valid: gcipher=3 ucipher=3 akm=5 mac=<ESP32-MAC-ADR>
  708. D (7111) wifi:find the <ESP32-MAC-ADR> in blacklist.
  709.  
  710. D (7125) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  711. D (7125) wifi:perform scan: ss_state=0x9, chan<1,0>, dur<0,120>
  712. V (7126) wifi:change: chan<1,0>, dur<0,120>
  713. V (7129) wifi:ht20 freq=2412, chan=1
  714. V (7133) wifi:enter start op, arg=0x3ffb5244
  715. V (7136) wifi:scan operation: state=0x3, chan<1,0>, arg=0x3ffb5244, status=0
  716. V (7143) wifi:scan specific ssid=mySSID
  717. V (7147) wifi:start max timer
  718. D (7270) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  719. D (7270) wifi:perform scan: ss_state=0x9, chan<2,0>, dur<0,120>
  720. V (7270) wifi:change: chan<2,0>, dur<0,120>
  721. V (7274) wifi:ht20 freq=2417, chan=2
  722. V (7278) wifi:enter start op, arg=0x3ffb5244
  723. V (7281) wifi:scan operation: state=0x3, chan<2,0>, arg=0x3ffb5244, status=0
  724. V (7288) wifi:scan specific ssid=mySSID
  725. V (7292) wifi:start max timer
  726. D (7414) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  727. D (7415) wifi:perform scan: ss_state=0x9, chan<3,0>, dur<0,120>
  728. V (7415) wifi:change: chan<3,0>, dur<0,120>
  729. V (7419) wifi:ht20 freq=2422, chan=3
  730. V (7423) wifi:enter start op, arg=0x3ffb5244
  731. V (7426) wifi:scan operation: state=0x3, chan<3,0>, arg=0x3ffb5244, status=0
  732. V (7433) wifi:scan specific ssid=mySSID
  733. V (7437) wifi:start max timer
  734. D (7559) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  735. D (7560) wifi:perform scan: ss_state=0x9, chan<4,0>, dur<0,120>
  736. V (7560) wifi:change: chan<4,0>, dur<0,120>
  737. V (7564) wifi:ht20 freq=2427, chan=4
  738. V (7567) wifi:enter start op, arg=0x3ffb5244
  739. V (7571) wifi:scan operation: state=0x3, chan<4,0>, arg=0x3ffb5244, status=0
  740. V (7578) wifi:scan specific ssid=mySSID
  741. V (7582) wifi:start max timer
  742. D (7704) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  743. D (7705) wifi:perform scan: ss_state=0x9, chan<5,0>, dur<0,120>
  744. V (7705) wifi:change: chan<5,0>, dur<0,120>
  745. V (7708) wifi:ht20 freq=2432, chan=5
  746. V (7712) wifi:enter start op, arg=0x3ffb5244
  747. V (7716) wifi:scan operation: state=0x3, chan<5,0>, arg=0x3ffb5244, status=0
  748. V (7722) wifi:scan specific ssid=mySSID
  749. V (7726) wifi:start max timer
  750. D (7849) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  751. D (7849) wifi:perform scan: ss_state=0x9, chan<6,0>, dur<0,120>
  752. V (7850) wifi:change: chan<6,0>, dur<0,120>
  753. V (7853) wifi:ht20 freq=2437, chan=6
  754. V (7857) wifi:enter start op, arg=0x3ffb5244
  755. V (7861) wifi:scan operation: state=0x3, chan<6,0>, arg=0x3ffb5244, status=0
  756. V (7867) wifi:scan specific ssid=mySSID
  757. V (7871) wifi:start max timer
  758. D (7994) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  759. D (7994) wifi:perform scan: ss_state=0x9, chan<7,0>, dur<0,120>
  760. V (7995) wifi:change: chan<7,0>, dur<0,120>
  761. V (7998) wifi:ht20 freq=2442, chan=7
  762. V (8002) wifi:enter start op, arg=0x3ffb5244
  763. V (8005) wifi:scan operation: state=0x3, chan<7,0>, arg=0x3ffb5244, status=0
  764. V (8012) wifi:scan specific ssid=mySSID
  765. V (8016) wifi:start max timer
  766. D (8139) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  767. D (8139) wifi:perform scan: ss_state=0x9, chan<9,0>, dur<0,120>
  768. V (8139) wifi:change: chan<9,0>, dur<0,120>
  769. V (8143) wifi:ht20 freq=2452, chan=9
  770. V (8147) wifi:enter start op, arg=0x3ffb5244
  771. V (8150) wifi:scan operation: state=0x3, chan<9,0>, arg=0x3ffb5244, status=0
  772. V (8157) wifi:scan specific ssid=mySSID
  773. V (8161) wifi:start max timer
  774. D (8283) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  775. D (8284) wifi:perform scan: ss_state=0x9, chan<10,0>, dur<0,120>
  776. V (8284) wifi:change: chan<10,0>, dur<0,120>
  777. V (8288) wifi:ht20 freq=2457, chan=10
  778. V (8292) wifi:enter start op, arg=0x3ffb5244
  779. V (8295) wifi:scan operation: state=0x3, chan<10,0>, arg=0x3ffb5244, status=0
  780. V (8302) wifi:scan specific ssid=mySSID
  781. V (8306) wifi:start max timer
  782. D (8429) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  783. D (8429) wifi:perform scan: ss_state=0x9, chan<11,0>, dur<0,120>
  784. V (8429) wifi:change: chan<11,0>, dur<0,120>
  785. V (8433) wifi:ht20 freq=2462, chan=11
  786. V (8437) wifi:enter start op, arg=0x3ffb5244
  787. V (8440) wifi:scan operation: state=0x3, chan<11,0>, arg=0x3ffb5244, status=0
  788. V (8447) wifi:scan specific ssid=mySSID
  789. V (8451) wifi:start max timer
  790. D (8574) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  791. D (8574) wifi:perform scan: ss_state=0x9, chan<12,0>, dur<360,360>
  792. V (8574) wifi:change: chan<12,0>, dur<360,360>
  793. V (8579) wifi:ht20 freq=2467, chan=12
  794. V (8582) wifi:enter start op, arg=0x3ffb5244
  795. V (8586) wifi:scan operation: state=0x3, chan<12,0>, arg=0x3ffb5244, status=0
  796. V (8593) wifi:passive scan, listen only
  797. V (8596) wifi:start max timer
  798. D (8959) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  799. D (8960) wifi:perform scan: ss_state=0x9, chan<13,0>, dur<360,360>
  800. V (8960) wifi:change: chan<13,0>, dur<360,360>
  801. V (8964) wifi:ht20 freq=2472, chan=13
  802. V (8968) wifi:enter start op, arg=0x3ffb5244
  803. V (8971) wifi:scan operation: state=0x3, chan<13,0>, arg=0x3ffb5244, status=0
  804. V (8978) wifi:passive scan, listen only
  805. V (8982) wifi:start max timer
  806. D (9345) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  807. D (9345) wifi:perform scan: ss_state=0x9, chan<14,0>, dur<360,360>
  808. V (9345) wifi:change: chan<14,0>, dur<360,360>
  809. V (9349) wifi:ht20 freq=2484, chan=14
  810. V (9353) wifi:enter start op, arg=0x3ffb5244
  811. V (9357) wifi:scan operation: state=0x3, chan<14,0>, arg=0x3ffb5244, status=0
  812. V (9363) wifi:passive scan, listen only
  813. V (9367) wifi:start max timer
  814. D (9730) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x3
  815. V (9730) wifi:back home chan=<8,0>, current chan=<14,0>
  816. V (9730) wifi:ht20 freq=2447, chan=8
  817. D (9733) wifi:filter: set rx policy=4
  818. D (9736) wifi:first chan=1
  819. V (9739) wifi:scan_done: arg=0x0, status=0, cur_time=7347576, scan_id=128, scan state=0
  820. V (9746) wifi:call scan_done cb, arg=0x0
  821. D (9750) wifi:handoff_cb: status=0
  822. V (9753) wifi:there is only one ap in blacklist now, release it!
  823. D (9759) wifi:clear blacklist
  824. D (9761) wifi:clear rc list
  825. D (9764) wifi:clear blacklist
  826. D (9767) wifi:Send disconnect event, reason=205
  827. D (9771) wifi:connect status 1 -> 3
  828. D (9774) wifi:disable connect timer
  829. D (9777) wifi:clear scan ap list
  830. D (9781) event: running post WIFI_EVENT:5 with handler 0x400f0670 and context 0x3ffc1d80 on loop 0x3ffc0b98
  831. --- 0x400f0670: wifi_default_action_sta_disconnected at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_wifi/src/wifi_default.c:105
  832. D (9790) esp_netif_handlers: esp_netif action disconnected with netif0x3ffc1ad8 from event_id=5
  833. D (9798) esp_netif_lwip: check: remote, if=0x3ffc1ad8 fn=0x400ee694
  834. --- 0x400ee694: esp_netif_down_api at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1752
  835. D (9804) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffc1ad8
  836. D (9810) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffc1ad8
  837. D (9817) esp_netif_lwip: if0x3ffc1ad8 start ip lost tmr: already started
  838. D (9823) esp_netif_lwip: check: local, if=0x3ffc1ad8 fn=0x400eea48
  839. --- 0x400eea48: esp_netif_update_default_netif_lwip at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:313
  840. D (9829) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffc1ad8
  841. V (9835) esp_netif_objects: esp_netif_next_unsafe 0x0
  842. V (9840) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffc1ad8
  843. V (9846) esp_netif_objects: esp_netif_next_unsafe 0x3ffc1ad8
  844. D (9851) esp_netif_lwip: call api in lwip: ret=0x0, give sem
  845. D (9857) event: running post WIFI_EVENT:5 with handler 0x400da690 and context 0x3ffca478 on loop 0x3ffc0b98
  846. --- 0x400da690: event_handler at /Users/myUser/src/esp32-app/main/app_wifi.c:178
  847. I (9866) app: disconnect reason: 205
  848. V (9870) esp_adapter: thread sem get: sem=0x3ffcac08
  849. D (9875) wifi:Start wifi connect
  850. D (9877) wifi:connect status 3 -> 0
  851. D (9881) wifi:connect chan=0
  852. V (9883) wifi:history=0, ssid=mySSID, channel=8
  853. V (9888) wifi:ssid=mySSID match history 0, channel=8
  854. D (9892) wifi:first chan=8
  855. D (9895) wifi:connect status 0 -> 1
  856. D (9898) wifi:filter: set rx policy=3
  857. D (9902) wifi:clear scan ap list
  858. D (9904) wifi:start scan: type=0x50f, priority=2, cb=0x401145f0, arg=0x0, ss_state=0x1, time=7513554, index=0
  859. --- 0x401145f0: cnx_start_handoff_cb at ??:?
  860. V (9914) wifi:inter_channel_timeout: arg=0x0, ss_state=0x1
  861. D (9919) wifi:perform scan: ss_state=0x9, chan<8,0>, dur<0,120>
  862. V (9925) wifi:change: chan<8,0>, dur<0,120>
  863. V (9929) wifi:enter start op, arg=0x3ffb5244
  864. V (9933) wifi:scan operation: state=0x3, chan<8,0>, arg=0x3ffb5244, status=0
  865. V (9940) wifi:scan specific ssid=mySSID
  866. V (9944) wifi:start max timer
  867. I (9946) app: retry to connect to the AP
  868. I (9950) app: connect to the AP fail
  869. D (9953) wifi:rsn valid: gcipher=3 ucipher=3 akm=5 mac=<ESP32-MAC-ADR>
  870. V (9960) wifi:updated connection retries to 0
  871. D (9965) wifi:profile match: ss_state=0x7
  872. V (9968) wifi:update scan history ssid=mySSID, channel=8
  873. D (9973) wifi:scan end: arg=0x3ffb5244, status=0, ss_state=0x7
  874. D (9978) wifi:find first mathched ssid, scan done
  875. V (9983) wifi:back home chan=<8,0>, current chan=<8,0>
  876. D (9988) wifi:filter: set rx policy=4
  877. D (9991) wifi:first chan=1
  878. V (9994) wifi:scan_done: arg=0x0, status=0, cur_time=7602719, scan_id=128, scan state=0
  879. V (10001) wifi:call scan_done cb, arg=0x0
  880. D (10005) wifi:handoff_cb: status=0
  881. V (10008) wifi:best bss has set.
  882. D (10011) wifi:ap found, mac=<ESP32-MAC-ADR>
  883. V (10015) wifi:bssid=<ESP32-MAC-ADR>, LR=0
  884. D (10020) wifi:going for connection with bssid=<ESP32-MAC-ADR>
  885. D (10025) wifi:new_bss=0x3ffba228, cur_bss=0x0, new_chan=<8,0>, cur_chan=8
  886. D (10032) wifi:filter: set rx policy=5
  887. I (10035) wifi:new:<8,0>, old:<8,0>, ap:<255,255>, sta:<8,0>, prof:1, snd_ch_cfg:0x0
  888. D (10043) wifi:connect_op: status=0, auth=5, cipher=3
  889. D (10048) wifi:auth mode is not none
  890. D (10051) wifi:connect_bss: auth=1, reconnect=0
  891. I (10055) wifi:state: init -> auth (0xb0)
  892. D (10059) nvs: nvs_get sta.pwr_reset 1
  893. D (10063) nvs: nvs_set sta.pwr_reset 1 1
  894. D (10068) wifi:start 1s AUTH timer
  895. D (10069) wifi:clear scan ap list
  896. D (10084) wifi:recv auth: seq=2, status=0, algo=0
  897. I (10085) wifi:state: auth -> assoc (0x0)
  898. D (10085) nvs: nvs_get sta.pwr_reset 1
  899. D (10087) wifi:restart connect 1s timer for assoc
  900. D (10095) wifi:recv assoc: type=0x10
  901. D (10095) wifi:filter: set rx policy=6
  902. I (10097) wifi:state: assoc -> run (0x10)
  903. D (10101) nvs: nvs_get sta.pwr_reset 1
  904. D (10105) wifi:start 10s connect timer for 4 way handshake
  905. V (10110) wifi:wpa_psk start
  906. V (10113) wifi:wpa_psk handle succeed
  907. V (11118) wifi:wpa_psk start
  908. V (11119) wifi:wpa_psk handle succeed
  909. V (12133) wifi:wpa_psk start
  910. V (12133) wifi:wpa_psk handle succeed
  911. V (12136) wifi:sta recv dup seq=32 tid=5, discard
  912. V (13140) wifi:wpa_psk start
  913. I (13141) wifi:state: run -> init (0xf00)
  914. D (13141) nvs: nvs_get sta.pwr_reset 1
  915. D (13142) nvs: nvs_set sta.pwr_reset 1 0
  916. D (13144) wifi:stop beacon and connect timers
  917. D (13147) wifi:connect status 1 -> 2
  918. D (13150) wifi:send deauth for 4 way handshake timeout(15)
  919. D (13155) wifi:add bssid <ESP32-MAC-ADR> to blacklist, cnt=0
  920. D (13161) wifi:sta leave
  921. D (13163) wifi:stop CSA timer
  922. D (13166) wifi:connect status 2 -> 0
  923. V (13169) wifi:bss connection retry cnt=0
  924. D (13173) wifi:remove <ESP32-MAC-ADR> from rc list
  925. I (13178) wifi:new:<8,0>, old:<8,0>, ap:<255,255>, sta:<8,0>, prof:1, snd_ch_cfg:0x0
  926. D (13185) wifi:filter: set rx policy=8
  927. D (13189) wifi:Send disconnect event, reason=15, AP number=0
  928. V (13194) wifi:wpa_psk handle succeed
  929. D (13198) event: running post WIFI_EVENT:5 with handler 0x400f0670 and context 0x3ffc1d80 on loop 0x3ffc0b98
  930. --- 0x400f0670: wifi_default_action_sta_disconnected at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_wifi/src/wifi_default.c:105
  931. D (13207) esp_netif_handlers: esp_netif action disconnected with netif0x3ffc1ad8 from event_id=5
  932. D (13215) esp_netif_lwip: check: remote, if=0x3ffc1ad8 fn=0x400ee694
  933. --- 0x400ee694: esp_netif_down_api at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1752
  934. D (13221) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffc1ad8
  935. D (13227) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffc1ad8
  936. D (13234) esp_netif_lwip: if0x3ffc1ad8 start ip lost tmr: already started
  937. D (13240) esp_netif_lwip: check: local, if=0x3ffc1ad8 fn=0x400eea48
  938. --- 0x400eea48: esp_netif_update_default_netif_lwip at /Users/myUser/esp/v5.4.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:313
  939. D (13246) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffc1ad8
  940. V (13253) esp_netif_objects: esp_netif_next_unsafe 0x0
  941. V (13258) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffc1ad8
  942. V (13264) esp_netif_objects: esp_netif_next_unsafe 0x3ffc1ad8
  943. D (13269) esp_netif_lwip: call api in lwip: ret=0x0, give sem
  944. D (13275) event: running post WIFI_EVENT:5 with handler 0x400da690 and context 0x3ffca478 on loop 0x3ffc0b98
  945. --- 0x400da690: event_handler at /Users/myUser/src/esp32-app/main/app_wifi.c:178
  946. I (13284) app: disconnect reason: 15
  947. I (13288) app: connect to the AP fail
  948. I (13292) app: Failed to connect to SSID:mySSID, password:myPassword
  949. I (13298) main_task: Returned from app_main()
Advertisement
Add Comment
Please, Sign In to add comment