IDF freertos双核出现卡住的情况

JinDing
Posts: 2
Joined: Sat Jul 13, 2024 12:44 pm

IDF freertos双核出现卡住的情况

Postby JinDing » Mon Oct 28, 2024 5:09 pm

Code: Untitled.c Select all

I (43) boot: ESP-IDF v4.4.5 2nd stage bootloader
I (43) boot: compile time 00:58:39
I (43) boot: chip revision: v0.2
I (45) boot.esp32s3: Boot SPI Speed : 80MHz
I (50) boot.esp32s3: SPI Mode : DIO
I (54) boot.esp32s3: SPI Flash Size : 16MB
I (59) boot: Enabling RNG early entropy source...
I (65) boot: Partition Table:
I (68) boot: ## Label Usage Type ST Offset Length
I (76) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (83) boot: 1 otadata OTA data 01 00 0000f000 00002000
I (90) boot: 2 phy_init RF data 01 01 00011000 00001000
I (98) boot: 3 ota_0 OTA app 00 10 00100000 00200000
I (105) boot: 4 ota_1 OTA app 00 11 00300000 00200000
I (113) boot: 5 spiffs Unknown data 01 82 00500000 00200000
I (121) boot: End of partition table
I (125) esp_image: segment 0: paddr=00100020 vaddr=3c0e0020 size=37d0ch (228620) map
I (174) esp_image: segment 1: paddr=00137d34 vaddr=3fc9d770 size=04458h ( 17496) load
I (178) esp_image: segment 2: paddr=0013c194 vaddr=40374000 size=03e84h ( 16004) load
I (184) esp_image: segment 3: paddr=00140020 vaddr=42000020 size=d6f94h (880532) map
I (346) esp_image: segment 4: paddr=00216fbc vaddr=40377e84 size=158e8h ( 88296) load
I (366) esp_image: segment 5: paddr=0022c8ac vaddr=600fe000 size=00024h ( 36) load
I (376) boot: Loaded app from partition at offset 0x100000
I (376) boot: Disabling RNG early entropy source...
I (388) opi psram: vendor id : 0x0d (AP)
I (388) opi psram: dev id : 0x02 (generation 3)
I (388) opi psram: density : 0x03 (64 Mbit)
I (392) opi psram: good-die : 0x01 (Pass)
I (397) opi psram: Latency : 0x01 (Fixed)
I (402) opi psram: VCC : 0x01 (3V)
I (406) opi psram: SRF : 0x01 (Fast Refresh)
I (412) opi psram: BurstType : 0x01 (Hybrid Wrap)
I (417) opi psram: BurstLen : 0x01 (32 Byte)
I (422) opi psram: Readlatency : 0x02 (10 cycles@Fixed)
I (428) opi psram: DriveStrength: 0x00 (1/1)
W (433) PSRAM: DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in future IDF version.
I (444) spiram: Found 64MBit SPI RAM device
I (448) spiram: SPI RAM mode: sram 80m
I (452) spiram: PSRAM initialized, cache is in normal (1-core) mode.
I (459) cpu_start: Pro cpu up.
I (463) cpu_start: Starting app cpu, entry point is 0x4037575c
0x4037575c: call_start_cpu1 at F:/xxxx/xxxx/xxxxxx/xxxxxxxxx/xxxxxxxxxxx/components/components/esp_system/port/cpu_start.c:148

I (0) cpu_start: App cpu up.
I (889) spiram: SPI SRAM memory test OK
I (898) cpu_start: Pro cpu start user code
I (898) cpu_start: cpu freq: 160000000
I (898) cpu_start: Application information:
I (901) cpu_start: Project name: usb_cdc_4g_module
I (907) cpu_start: App version: 1.0.4
I (912) cpu_start: Compile time: Oct 29 2024 00:58:24
I (918) cpu_start: ELF file SHA256: 4e1c45c1f3630d37...
I (924) cpu_start: ESP-IDF: v4.4.5
I (929) heap_init: Initializing. RAM available for dynamic allocation:
I (936) heap_init: At 3FCA6068 len 000436A8 (269 KiB): D/IRAM
I (942) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (949) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (955) heap_init: At 600FE024 len 00001FDC (7 KiB): RTCRAM
I (961) spiram: Adding pool of 8192K of external SPI memory to heap allocator
I (970) spi_flash: detected chip: winbond
I (974) spi_flash: flash io: dio
I (978) sleep: Configure to isolate all GPIO pins in sleep state
I (985) sleep: Enable automatic switching of GPIO sleep configuration
I (992) coexist: coexist rom version e7ae62f
I (997) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
请问该如何解决?

Who is online

Users browsing this forum: Baidu [Spider] and 4 guests