espressif / esp-csi

Applications based on Wi-Fi CSI (Channel state information), such as indoor positioning, human detection
Apache License 2.0
631 stars 101 forks source link

ssert failed: prvInitialiseNewTask tasks.c:1061 (uxPriority < ( 25)) (AEGHB-593) #168

Open JosephJwamier opened 3 months ago

JosephJwamier commented 3 months ago

when flash the project its give me the uxPriority in line when the radar start in the main app (esp_radar_start();)

ssert failed: prvInitialiseNewTask tasks.c:1061 (uxPriority < ( 25))

Backtrace: 0x400819c2:0x3ffceb50 0x40089de1:0x3ffceb70 0x400916ed:0x3ffceb90 0x4008bdae:0x3ffcecb0 0x4008daaa:0x3ffcece0 0x400da334:0x3ffced20 0x400819c2: panic_abort at C:/Users/PC/esp/v5.2.1/esp-idf/components/esp_system/panic.c:472 0x40089de1: esp_system_abort at C:/Users/PC/esp/v5.2.1/esp-idf/components/esp_system/port/esp_system_chip.c:93 0x400916ed: __assert_func at C:/Users/PC/esp/v5.2.1/esp-idf/components/newlib/assert.c:81 0x4008bdae: prvInitialiseNewTask at C:/Users/PC/esp/v5.2.1/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c:1061 (discriminator 1) 0x4008daaa: xTaskCreatePinnedToCore at C:/Users/PC/esp/v5.2.1/esp-idf/components/freertos/esp_additions/freertos_tasks_c_additions.h:284 0x400da334: xTaskCreate at /Users/zhanzhaocheng/project/esp-csi/esp-csi_release/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos/task.h:451 (discriminator 21) (inlined by) esp_radar_start at /Users/zhanzhaocheng/project/esp-csi/esp-csi-ext/examples/console_test/components/esp-csi/src/esp_radar.c:834 (discriminator 21)

mitchkapa commented 3 months ago

I am having the same issue. I am attempting to use an ESP32 not ESP32-S3. The CSI-SEND device is also an ESP32. I was not clear if an ESP32-S3 is required for this example to function.

MacChu0315-Espressif commented 3 months ago

Issue #161 may help.

hugovantriet commented 1 week ago

I had the same issue, downgrading to the ESP-IDF version 5.0.4 fixed the problem for me.