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