Page 1 of 1

IDF freertos双核出现卡住的情况

Posted: Mon Oct 28, 2024 5:09 pm
by JinDing
  1. I (43) boot: ESP-IDF v4.4.5 2nd stage bootloader
  2. I (43) boot: compile time 00:58:39
  3. I (43) boot: chip revision: v0.2
  4. I (45) boot.esp32s3: Boot SPI Speed : 80MHz
  5. I (50) boot.esp32s3: SPI Mode       : DIO
  6. I (54) boot.esp32s3: SPI Flash Size : 16MB
  7. I (59) boot: Enabling RNG early entropy source...
  8. I (65) boot: Partition Table:
  9. I (68) boot: ## Label            Usage          Type ST Offset   Length
  10. I (76) boot:  0 nvs              WiFi data        01 02 00009000 00006000
  11. I (83) boot:  1 otadata          OTA data         01 00 0000f000 00002000
  12. I (90) boot:  2 phy_init         RF data          01 01 00011000 00001000
  13. I (98) boot:  3 ota_0            OTA app          00 10 00100000 00200000
  14. I (105) boot:  4 ota_1            OTA app          00 11 00300000 00200000
  15. I (113) boot:  5 spiffs           Unknown data     01 82 00500000 00200000
  16. I (121) boot: End of partition table
  17. I (125) esp_image: segment 0: paddr=00100020 vaddr=3c0e0020 size=37d0ch (228620) map
  18. I (174) esp_image: segment 1: paddr=00137d34 vaddr=3fc9d770 size=04458h ( 17496) load
  19. I (178) esp_image: segment 2: paddr=0013c194 vaddr=40374000 size=03e84h ( 16004) load
  20. I (184) esp_image: segment 3: paddr=00140020 vaddr=42000020 size=d6f94h (880532) map
  21. I (346) esp_image: segment 4: paddr=00216fbc vaddr=40377e84 size=158e8h ( 88296) load
  22. I (366) esp_image: segment 5: paddr=0022c8ac vaddr=600fe000 size=00024h (    36) load
  23. I (376) boot: Loaded app from partition at offset 0x100000
  24. I (376) boot: Disabling RNG early entropy source...
  25. I (388) opi psram: vendor id : 0x0d (AP)
  26. I (388) opi psram: dev id    : 0x02 (generation 3)
  27. I (388) opi psram: density   : 0x03 (64 Mbit)
  28. I (392) opi psram: good-die  : 0x01 (Pass)
  29. I (397) opi psram: Latency   : 0x01 (Fixed)
  30. I (402) opi psram: VCC       : 0x01 (3V)
  31. I (406) opi psram: SRF       : 0x01 (Fast Refresh)
  32. I (412) opi psram: BurstType : 0x01 (Hybrid Wrap)
  33. I (417) opi psram: BurstLen  : 0x01 (32 Byte)
  34. I (422) opi psram: Readlatency  : 0x02 (10 cycles@Fixed)
  35. I (428) opi psram: DriveStrength: 0x00 (1/1)
  36. W (433) PSRAM: DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in future IDF version.
  37. I (444) spiram: Found 64MBit SPI RAM device
  38. I (448) spiram: SPI RAM mode: sram 80m
  39. I (452) spiram: PSRAM initialized, cache is in normal (1-core) mode.
  40. I (459) cpu_start: Pro cpu up.
  41. I (463) cpu_start: Starting app cpu, entry point is 0x4037575c
  42. 0x4037575c: call_start_cpu1 at F:/xxxx/xxxx/xxxxxx/xxxxxxxxx/xxxxxxxxxxx/components/components/esp_system/port/cpu_start.c:148
  43.  
  44. I (0) cpu_start: App cpu up.
  45. I (889) spiram: SPI SRAM memory test OK
  46. I (898) cpu_start: Pro cpu start user code
  47. I (898) cpu_start: cpu freq: 160000000
  48. I (898) cpu_start: Application information:
  49. I (901) cpu_start: Project name:     usb_cdc_4g_module
  50. I (907) cpu_start: App version:      1.0.4
  51. I (912) cpu_start: Compile time:     Oct 29 2024 00:58:24
  52. I (918) cpu_start: ELF file SHA256:  4e1c45c1f3630d37...
  53. I (924) cpu_start: ESP-IDF:          v4.4.5
  54. I (929) heap_init: Initializing. RAM available for dynamic allocation:
  55. I (936) heap_init: At 3FCA6068 len 000436A8 (269 KiB): D/IRAM
  56. I (942) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
  57. I (949) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
  58. I (955) heap_init: At 600FE024 len 00001FDC (7 KiB): RTCRAM
  59. I (961) spiram: Adding pool of 8192K of external SPI memory to heap allocator
  60. I (970) spi_flash: detected chip: winbond
  61. I (974) spi_flash: flash io: dio
  62. I (978) sleep: Configure to isolate all GPIO pins in sleep state
  63. I (985) sleep: Enable automatic switching of GPIO sleep configuration
  64. I (992) coexist: coexist rom version e7ae62f
  65. I (997) cpu_start: Starting scheduler on PRO CPU.
  66. I (0) cpu_start: Starting scheduler on APP CPU.
请问该如何解决?