Advertisement
CarlosDelfino

Untitled

May 6th, 2025
382
0
13 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 4.26 KB | None | 0 0
  1. I (29) boot: ESP-IDF v4.4.4-dirty 2nd stage bootloader
  2. I (29) boot: compile time 19:43:43
  3. I (29) boot: chip revision: v3.1
  4. I (33) boot_comm: chip revision: 3, min. bootloader chip revision: 0
  5. I (40) boot.esp32: SPI Speed      : 40MHz
  6. I (44) boot.esp32: SPI Mode       : DIO
  7. I (49) boot.esp32: SPI Flash Size : 16MB
  8. I (53) boot: Enabling RNG early entropy source...
  9. I (59) boot: Partition Table:
  10. I (62) boot: ## Label            Usage          Type ST Offset   Length
  11. I (70) boot:  0 nvs              WiFi data        01 02 00009000 00006000
  12. I (77) boot:  1 phy_init         RF data          01 01 0000f000 00001000
  13. I (85) boot:  2 factory          factory app      00 00 00010000 00100000
  14. I (92) boot: End of partition table
  15. I (96) boot_comm: chip revision: 3, min. application chip revision: 0
  16. I (103) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=07a24h ( 31268) map
  17. I (123) esp_image: segment 1: paddr=00017a4c vaddr=3ffb0000 size=023e8h (  9192) load
  18. I (127) esp_image: segment 2: paddr=00019e3c vaddr=40080000 size=061dch ( 25052) load
  19. I (141) esp_image: segment 3: paddr=00020020 vaddr=400d0020 size=14a50h ( 84560) map
  20. I (172) esp_image: segment 4: paddr=00034a78 vaddr=400861dc size=05710h ( 22288) load
  21. I (187) boot: Loaded app from partition at offset 0x10000
  22. I (188) boot: Disabling RNG early entropy source...
  23. I (199) cpu_start: Pro cpu up.
  24. I (199) cpu_start: Starting app cpu, entry point is 0x40081034
  25. 0x40081034: call_start_cpu1 at /home/carlosdelfino/esp/v4.4.4/esp-idf/components/esp_system/port/cpu_start.c:148
  26.  
  27. I (185) cpu_start: App cpu up.
  28. I (214) cpu_start: Pro cpu start user code
  29. I (214) cpu_start: cpu freq: 160000000
  30. I (214) cpu_start: Application information:
  31. I (218) cpu_start: Project name:     PCNT_teste_1
  32. I (224) cpu_start: App version:      1
  33. I (228) cpu_start: Compile time:     May  6 2025 19:43:33
  34. I (234) cpu_start: ELF file SHA256:  52709c872493781b...
  35. I (240) cpu_start: ESP-IDF:          v4.4.4-dirty
  36. I (246) heap_init: Initializing. RAM available for dynamic allocation:
  37. I (253) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
  38. I (259) heap_init: At 3FFB2CE0 len 0002D320 (180 KiB): DRAM
  39. I (265) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
  40. I (271) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
  41. I (278) heap_init: At 4008B8EC len 00014714 (81 KiB): IRAM
  42. I (285) spi_flash: detected chip: generic
  43. I (289) spi_flash: flash io: dio
  44. I (294) cpu_start: Starting scheduler on PRO CPU.
  45. I (0) cpu_start: Starting scheduler on APP CPU.
  46. E (303) pcnt: _pcnt_isr_service_install(316): PCNT driver error
  47. ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x40085370
  48. 0x40085370: _esp_error_check_failed at /home/carlosdelfino/esp/v4.4.4/esp-idf/components/esp_system/esp_err.c:42
  49.  
  50. file: "./main/main.c" line 13
  51. func: app_main
  52. expression: pcnt_isr_service_install(0)
  53.  
  54. abort() was called at PC 0x40085373 on core 0
  55. 0x40085373: _esp_error_check_failed at /home/carlosdelfino/esp/v4.4.4/esp-idf/components/esp_system/esp_err.c:43
  56.  
  57.  
  58.  
  59. Backtrace: 0x400818ce:0x3ffb51b0 0x4008537d:0x3ffb51d0 0x4008a572:0x3ffb51f0 0x40085373:0x3ffb5260 0x400d4b51:0x3ffb5280 0x400e488b:0x3ffb52a0 0x40087d85:0x3ffb52c0
  60. 0x400818ce: panic_abort at /home/carlosdelfino/esp/v4.4.4/esp-idf/components/esp_system/panic.c:408
  61.  
  62. 0x4008537d: esp_system_abort at /home/carlosdelfino/esp/v4.4.4/esp-idf/components/esp_system/esp_system.c:137
  63.  
  64. 0x4008a572: abort at /home/carlosdelfino/esp/v4.4.4/esp-idf/components/newlib/abort.c:46
  65.  
  66. 0x40085373: _esp_error_check_failed at /home/carlosdelfino/esp/v4.4.4/esp-idf/components/esp_system/esp_err.c:43
  67.  
  68. 0x400d4b51: app_main at /home/carlosdelfino/workspace/PCNT_teste_1/main/main.c:13 (discriminator 1)
  69.  
  70. 0x400e488b: main_task at /home/carlosdelfino/esp/v4.4.4/esp-idf/components/freertos/port/port_common.c:141 (discriminator 2)
  71.  
  72. 0x40087d85: vPortTaskWrapper at /home/carlosdelfino/esp/v4.4.4/esp-idf/components/freertos/port/xtensa/port.c:142
  73.  
  74.  
  75.  
  76.  
  77.  
  78. ELF file SHA256: 52709c872493781b
  79.  
  80. Rebooting...
  81. ets Jul 29 2019 12:21:46
  82.  
  83. rst:0xc (SW_CPU_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
  84. configsip: 0, SPIWP:0xee
  85. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  86. mode:DIO, clock div:2
  87. load:0x3fff0030,len:6668
  88. ho 0 tail 12 room 4
  89. load:0x40078000,len:14944
  90. load:0x40080400,len:3816
  91.  
Tags: ESP32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement