Advertisement
Guest User

Trace

a guest
Dec 5th, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. =========== Before Setup Start ===========
  2. Chip Info:
  3. ------------------------------------------
  4. Model : ESP32-C3
  5. Package : 0
  6. Revision : 0.04
  7. Cores : 1
  8. CPU Frequency : 160 MHz
  9. XTAL Frequency : 40 MHz
  10. Features Bitfield : 0x00000012
  11. Embedded Flash : No
  12. Embedded PSRAM : No
  13. 2.4GHz WiFi : Yes
  14. Classic BT : No
  15. BT Low Energy : Yes
  16. IEEE 802.15.4 : No
  17. ------------------------------------------
  18. INTERNAL Memory Info:
  19. ------------------------------------------
  20. Total Size : 315112 B ( 307.7 KB)
  21. Free Bytes : 283380 B ( 276.7 KB)
  22. Allocated Bytes : 27892 B ( 27.2 KB)
  23. Minimum Free Bytes: 283380 B ( 276.7 KB)
  24. Largest Free Block: 147444 B ( 144.0 KB)
  25. ------------------------------------------
  26. Flash Info:
  27. ------------------------------------------
  28. Chip Size : 4194304 B (4 MB)
  29. Block Size : 65536 B ( 64.0 KB)
  30. Sector Size : 4096 B ( 4.0 KB)
  31. Page Size : 256 B ( 0.2 KB)
  32. Bus Speed : 80 MHz
  33. Bus Mode : QIO
  34. ------------------------------------------
  35. Partitions Info:
  36. ------------------------------------------
  37. nvs : addr: 0x00009000, size: 20.0 KB, type: DATA, subtype: NVS
  38. otadata : addr: 0x0000E000, size: 8.0 KB, type: DATA, subtype: OTA
  39. app0 : addr: 0x00010000, size: 1280.0 KB, type: APP, subtype: OTA_0
  40. app1 : addr: 0x00150000, size: 1280.0 KB, type: APP, subtype: OTA_1
  41. spiffs : addr: 0x00290000, size: 1408.0 KB, type: DATA, subtype: SPIFFS
  42. coredump : addr: 0x003F0000, size: 64.0 KB, type: DATA, subtype: COREDUMP
  43. ------------------------------------------
  44. Software Info:
  45. ------------------------------------------
  46. Compile Date/Time : Dec 3 2024 18:56:43
  47. Compile Host OS : windows
  48. ESP-IDF Version : v5.1.4-972-g632e0c2a9f-dirty
  49. Arduino Version : 3.0.7
  50. ------------------------------------------
  51. Board Info:
  52. ------------------------------------------
  53. Arduino Board : ESP32C3_DEV
  54. Arduino Variant : esp32c3
  55. Arduino FQBN : esp32:esp32:esp32c3:UploadSpeed=921600,CDCOnBoot=default,CPUFreq=160,FlashFreq=80,FlashMode=qio,FlashSize=4M,PartitionScheme=default,DebugLevel=verbose,EraseFlash=none,JTAGAdapter=default,ZigbeeMode=default
  56. ============ Before Setup End ============
  57. [ 656][V][esp32-hal-uart.c:408] uartBegin(): UART0 baud(115200) Mode(800001c) rxPin(20) txPin(21)
  58. [ 665][V][esp32-hal-uart.c:497] uartBegin(): UART0 not installed. Starting installation
  59. [ 674][V][esp32-hal-uart.c:560] uartBegin(): UART0 initialization done.
  60. [ 681][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type GPIO (1) successfully set to 0x420316c4
  61. [ 695][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 10 successfully set to type GPIO (1) with bus 0xb
  62. [ 705][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type GPIO (1) successfully set to 0x420316c4
  63. [ 716][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 2 successfully set to type GPIO (1) with bus 0x3
  64. [ 726][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type SPI_MASTER_SCK (34) successfully set to 0x4203418c
  65. [ 738][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type SPI_MASTER_MISO (35) successfully set to 0x42034086
  66. [ 750][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type SPI_MASTER_MOSI (36) successfully set to 0x42033f7e
  67. [ 762][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type SPI_MASTER_SS (37) successfully set to 0x42033f46
  68. [ 774][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type GPIO (1) successfully set to 0x420316c4
  69. [ 785][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 6 successfully set to type GPIO (1) with bus 0x7
  70. [ 795][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 6 successfully set to type SPI_MASTER_SCK (34) with bus 0x1
  71. [ 806][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type GPIO (1) successfully set to 0x420316c4
  72. [ 817][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 7 successfully set to type GPIO (1) with bus 0x8
  73. [ 826][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 7 successfully set to type SPI_MASTER_MISO (35) with bus 0x1
  74. [ 837][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type GPIO (1) successfully set to 0x420316c4
  75. [ 848][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 7 successfully set to type INIT (0) with bus 0x0
  76. [ 858][D][esp32-hal-spi.c:185] spiDetachBus(): Stopping SPI bus
  77. [ 864][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 6 successfully set to type INIT (0) with bus 0x0
  78. [ 874][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 7 successfully set to type INIT (0) with bus 0x0
  79. [ 883][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 7 successfully set to type GPIO (1) with bus 0x8
  80. [ 893][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 7 successfully set to type SPI_MASTER_MOSI (36) with bus 0x1
  81. Guru Meditation Error: Core 0 panic'ed (Store access fault). Exception was unhandled.
  82.  
  83. Core 0 register dump:
  84. MEPC : 0x4202c374 RA : 0x4202c364 SP : 0x3fc9b330 GP : 0x3fc8d200
  85. TP : 0x3fbd28c0 T0 : 0x4005890e T1 : 0xffc3ffff T2 : 0x33323130
  86. S0/FP : 0x60004000 S1 : 0x3fc8ded0 A0 : 0x00000001 A1 : 0xffffffff
  87. A2 : 0x00000000 A3 : 0x00800000 A4 : 0x08000000 A5 : 0x00000010
  88. A6 : 0x00000003 A7 : 0x00000001 S2 : 0x00000001 S3 : 0x00000000
  89. S4 : 0x00000000 S5 : 0x00000000 S6 : 0x00000000 S7 : 0x00000000
  90. S8 : 0x00000000 S9 : 0x00000000 S10 : 0x00000000 S11 : 0x00000000
  91. T3 : 0x00000000 T4 : 0x00000000 T5 : 0x00000041 T6 : 0x0000000f
  92. MSTATUS : 0x00001881 MTVEC : 0x40380001 MCAUSE : 0x00000007 MTVAL : 0x00000010
  93. MHARTID : 0x00000000
  94.  
  95. Stack memory:
  96. 3fc9b330: 0x00000003 0x00000000 0x02625a00 0x00000001 0x00000001 0x3fc92000 0x3fc8ded0 0x4202c696
  97. 3fc9b350: 0x00000000 0x3fc94000 0x00000008 0x42030e46 0x3fc8e000 0x3fc94000 0x3fc92000 0x42000172
  98. 3fc9b370: 0x00000000 0x00000000 0x00000000 0x3fc96f58 0x0000001f 0x00000015 0x00000000 0x00000000
  99. 3fc9b390: 0x00000000 0x00000000 0x01000000 0x00000000 0x00000000 0x00000000 0x06000000 0x3c45f100
  100. 3fc9b3b0: 0x00000000 0x3fc94000 0x42030000 0x4203624e 0x00000000 0x00000000 0x00000000 0x40388272
  101. 3fc9b3d0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
  102. 3fc9b3f0: 0x00000000 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5
  103. 3fc9b410: 0xbaad5678 0x00000160 0xabba1234 0x00000154 0x3fc9b1c0 0x00000156 0x3fc92a54 0x3fc92a54
  104. 3fc9b430: 0x3fc9b420 0x3fc92a4c 0x00000018 0xda3c55da 0xb88eade1 0x3fc9b420 0x00000000 0x00000001
  105. 3fc9b450: 0x3fc99410 0x706f6f6c 0x6b736154 0x02388b00 0x002a3e24 0x00000000 0x3fc9b400 0x00000001
  106. 3fc9b470: 0x00000002 0x00000000 0x00000000 0x00000000 0x3fc94880 0x3fc948e8 0x3fc94950 0x00000000
  107. 3fc9b490: 0x00000000 0x00000001 0x00000000 0x00000000 0x3fc9b584 0x42052028 0x00000000 0x00000000
  108. 3fc9b4b0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
  109. 3fc9b4d0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
  110. 3fc9b4f0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
  111. 3fc9b510: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
  112. 3fc9b530: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
  113. 3fc9b550: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
  114. 3fc9b570: 0xed000000 0xbaad5678 0x0000001c 0xabba1234 0x00000010 0x3fc9b664 0x00000000 0x00000000
  115. 3fc9b590: 0x3fc9b5a4 0xbaad5678 0x00000090 0xabba1234 0x00000084 0x00000000 0x3fc9b638 0x00000000
  116. 3fc9b5b0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
  117. 3fc9b5d0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
  118. 3fc9b5f0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
  119. 3fc9b610: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0xbaad5678 0x00000028
  120. 3fc9b630: 0xabba1234 0x0000001c 0x3fc9b68c 0x00000001 0x00000002 0x00000000 0x00000001 0x00000001
  121. 3fc9b650: 0x00000000 0xbaad5678 0x00000024 0xabba1234 0x00000018 0x00303436 0x00000000 0x00000001
  122. 3fc9b670: 0x00000000 0x00000000 0x00000000 0xbaad5678 0x00000028 0xabba1234 0x0000001c 0x3fc9b6b8
  123. 3fc9b690: 0x00000001 0x00000002 0x00000000 0x00000001 0x08000000 0x00000000 0xbaad5678 0x00000028
  124. 3fc9b6b0: 0xabba1234 0x0000001c 0x00000000 0x00000001 0x00000002 0x00000000 0x00000001 0x04000000
  125. 3fc9b6d0: 0x00000000 0xbaad5678 0x00024921 0x3fc94154 0x3fc94154 0x72412020 0x6e697564 0x5146206f
  126. 3fc9b6f0: 0x20204e42 0x20202020 0x7365203a 0x3a323370 0x33707365 0x73653a32 0x63323370 0x70553a33
  127. 3fc9b710: 0x64616f6c 0x65657053 0x32393d64 0x30303631 0x4344432c 0x6f426e4f 0x643d746f 0x75616665
  128.  
  129.  
  130.  
  131. ELF file SHA256: 97e6b5bc3b8c984d
  132.  
  133. Rebooting...
  134. ESP-ROM:esp32c3-api1-20210207
  135. Build:Feb 7 2021
  136. rst:0x3 (RTC_SW_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
  137. Saved PC:0x40048b82
  138. SPIWP:0xee
  139. mode:DIO, clock div:1
  140. load:0x3fcd5820,len:0x1058
  141. load:0x403cc710,len:0x8a8
  142. load:0x403ce710,len:0x2fac
  143. entry 0x403cc710
  144. [ 220][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x42035246
  145. [ 231][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x4203520a
  146. [ 243][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x420351ce
  147. [ 254][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42035192
  148. [ 265][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x42035246
  149. [ 277][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x4203520a
  150. [ 288][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x420351ce
  151. [ 299][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42035192
  152. [ 318][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 20 successfully set to type UART_RX (2) with bus 0x3fc8cb18
  153. [ 328][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 21 successfully set to type UART_TX (3) with bus 0x3fc8cb18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement