Downloaded and installed Espressif-IDE 3.1.0 with ESP-IDF v5.3.1 - Offline Installer
Downloded and installed ESP ADF with git command git clone --recursive https://github.com/espressif/esp-adf.git
Imported example code examples\protocols\esp-rtsp
Build succesfully the imported project with the following configuration:
Audio Board ESP32-S3-Korvo-2 V3
Audio Codec Device Configuration: activated Enable backward compatibility for I2C driver (force use of the old i2c_driver above 5.3)
Application crash during boot:
Have you any schedule to fix this issue?
Follo trace
Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x40375eb0
--- 0x40375eb0: esp_restart_noos at C:/Espressif/frameworks/esp-idf-v5.3.1/components/esp_system/port/soc/esp32s3/system_internal.c:158
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x1918
load:0x403c8700,len:0x4
load:0x403c8704,len:0xe5c
load:0x403cb700,len:0x303c
entry 0x403c893c
I (26) boot: ESP-IDF GIT-NOTFOUND 2nd stage bootloader
I (26) boot: compile time Nov 29 2024 18:23:21
I (26) boot: Multicore bootloader
I (30) boot: chip revision: v0.1
I (34) qio_mode: Enabling default flash chip QIO
I (39) boot.esp32s3: Boot SPI Speed : 80MHz
I (44) boot.esp32s3: SPI Mode : QIO
I (48) boot.esp32s3: SPI Flash Size : 8MB
I (53) boot: Enabling RNG early entropy source...
I (58) boot: Partition Table:
I (62) boot: ## Label Usage Type ST Offset Length
I (69) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (77) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (84) boot: 2 factory factory app 00 00 00010000 00400000
I (92) boot: End of partition table
I (96) esp_image: segment 0: paddr=00010020 vaddr=3c170020 size=54a98h (346776) map
I (157) esp_image: segment 1: paddr=00064ac0 vaddr=3fc9da00 size=09778h ( 38776) load
I (164) esp_image: segment 2: paddr=0006e240 vaddr=40374000 size=01dd8h ( 7640) load
I (166) esp_image: segment 3: paddr=00070020 vaddr=42000020 size=16e7a4h (1501092) map
I (399) esp_image: segment 4: paddr=001de7cc vaddr=40375dd8 size=17b3ch ( 97084) load
I (429) boot: Loaded app from partition at offset 0x10000
I (429) boot: Disabling RNG early entropy source...
I (441) octal_psram: vendor id : 0x0d (AP)
I (441) octal_psram: dev id : 0x02 (generation 3)
I (442) octal_psram: density : 0x03 (64 Mbit)
I (446) octal_psram: good-die : 0x01 (Pass)
I (451) octal_psram: Latency : 0x01 (Fixed)
I (457) octal_psram: VCC : 0x01 (3V)
I (462) octal_psram: SRF : 0x01 (Fast Refresh)
I (468) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (473) octal_psram: BurstLen : 0x01 (32 Byte)
I (479) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (485) octal_psram: DriveStrength: 0x00 (1/1)
I (491) MSPI Timing: PSRAM timing tuning index: 4
I (496) esp_psram: Found 8MB PSRAM device
I (500) esp_psram: Speed: 80MHz
I (532) mmu_psram: Read only data copied and mapped to SPIRAM
I (648) mmu_psram: Instructions copied and mapped to SPIRAM
I (648) cpu_start: Multicore app
I (993) esp_psram: SPI SRAM memory test OK
I (1002) cpu_start: Pro cpu start user code
I (1002) cpu_start: cpu freq: 240000000 Hz
I (1002) app_init: Application information:
I (1005) app_init: Project name: esp-rtsp
I (1010) app_init: App version: 1
I (1015) app_init: Compile time: Nov 29 2024 18:25:04
I (1021) app_init: ELF file SHA256: 061d4be6c...
I (1026) app_init: ESP-IDF: GIT-NOTFOUND
I (1032) efuse_init: Min chip rev: v0.0
I (1036) efuse_init: Max chip rev: v0.99
I (1041) efuse_init: Chip rev: v0.1
I (1046) heap_init: Initializing. RAM available for dynamic allocation:
I (1054) heap_init: At 3FCA8968 len 00040DA8 (259 KiB): RAM
I (1060) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (1066) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (1072) heap_init: At 600FE100 len 00001EE8 (7 KiB): RTCRAM
I (1079) esp_psram: Adding pool of 6322K of PSRAM memory to heap allocator
I (1087) spi_flash: detected chip: gd
I (1090) spi_flash: flash io: qio
W (1094) spi_flash: Detected size(16384k) larger than the size in the binary image header(8192k). Using the size in the binary image header.
E (1108) i2c: CONFLICT! driver_ng is not allowed to be used with this old driver
abort() was called at PC 0x420bedbb on core 0
--- 0x420bedbb: check_i2c_driver_conflict at C:/Espressif/frameworks/esp-idf-v5.3.1/components/driver/i2c/i2c.c:1716
Backtrace: 0x40375f76:0x3fceb1c0 0x403871c9:0x3fceb1e0 0x4038bec1:0x3fceb200 0x420bedbb:0x3fceb270 0x42003cdb:0x3fceb290 0x42003dc2:0x3fceb2b0 0x40375b12:0x3fceb2d0 0x403cca4c:0x3fceb340 0x403cce6d:0x3fceb380 0x403c89a5:0x3fceb4b0 0x40045c01:0x3fceb570 0x40043ab6:0x3fceb6f0 0x40034c45:0x3fceb710
--- 0x40375f76: panic_abort at C:/Espressif/frameworks/esp-idf-v5.3.1/components/esp_system/panic.c:463
0x403871c9: esp_system_abort at C:/Espressif/frameworks/esp-idf-v5.3.1/components/esp_system/port/esp_system_chip.c:92
0x4038bec1: abort at C:/Espressif/frameworks/esp-idf-v5.3.1/components/newlib/abort.c:38
0x420bedbb: check_i2c_driver_conflict at C:/Espressif/frameworks/esp-idf-v5.3.1/components/driver/i2c/i2c.c:1716
0x42003cdb: do_global_ctors at C:/Espressif/frameworks/esp-idf-v5.3.1/components/esp_system/startup.c:101
0x42003dc2: start_cpu0_default at C:/Espressif/frameworks/esp-idf-v5.3.1/components/esp_system/startup.c:201
0x40375b12: call_start_cpu0 at C:/Espressif/frameworks/esp-idf-v5.3.1/components/esp_system/port/cpu_start.c:829 (discriminator 1)
i2c conflict esp-rtsp sample code
-
- Posts: 1
- Joined: Fri Nov 29, 2024 8:34 pm
Jump to
- English Forum
- Explore
- News
- General Discussion
- FAQ
- Documentation
- Documentation
- Sample Code
- Discussion Forum
- Hardware
- ESP-IDF
- ESP-BOX
- ESP-ADF
- ESP-MDF
- ESP-WHO
- ESP-SkaiNet
- ESP32 Arduino
- IDEs for ESP-IDF
- ESP-AT
- ESP IoT Solution
- ESP RainMaker
- Rust
- ESP8266
- Report Bugs
- Showcase
- Chinese Forum 中文社区
- 活动区
- 乐鑫活动专区
- 讨论区
- 全国大学生物联网设计竞赛乐鑫答疑专区
- ESP-IDF 中文讨论版
- 《ESP32-C3 物联网工程开发实战》书籍讨论版
- 中文文档讨论版
- ESP-AT 中文讨论版
- ESP-BOX 中文讨论版
- ESP IoT Solution 中文讨论版
- ESP-ADF 中文讨论版
- ESP Mesh 中文讨论版
- ESP Cloud 中文讨论版
- ESP-WHO 中文讨论版
- ESP-SkaiNet 中文讨论版
- ESP 生产支持讨论版
- 硬件问题讨论
- 项目展示
Who is online
Users browsing this forum: No registered users and 24 guests
- All times are UTC
- Top
- Delete cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. ESP8266EX and ESP32 are some of our products.