You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
V5.4
Espressif SoC revision.
ESP32-S3
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-S3-KORVO-2 v3
Power Supply used.
USB
What is the expected behavior?
能够正常启动audio processor的功能
What is the actual behavior?
IDF无论是用V5.4,V5.3还是V5.3.2都会报这个错误:
E (3366) gpio: gpio_install_isr_service(502): GPIO isr service already installed
E (3376) AUDIO_THREAD: Not found right xTaskCreateRestrictedPinnedToCore.
Please enter IDF-PATH with "cd $IDF_PATH" and apply the IDF patch with "git apply $ADF_PATH/idf_patches/idf_v5.4_freertos.patch" first
E (3396) AUDIO_THREAD: Error creating RestrictedPinnedToCore audio_player_state_task
E (3396) DISPATCHER: exe first list: 0x0
然后按照错误提示去应用补丁文件也不行,提示信息如下:
PS D:\Expressif\v5.4\esp-idf> git apply $env:ADF_PATH/idf_patches/idf_v5.4_freertos.patch
error: patch failed: components/freertos/esp_additions/include/freertos/idf_additions.h:107
error: components/freertos/esp_additions/include/freertos/idf_additions.h: patch does not apply
error: patch failed: components/freertos/linker_common.lf:24
error: components/freertos/linker_common.lf: patch does not apply
Steps to reproduce.
用的样例工程中的VOLC_RTC,自己没有添加任何代码
...
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
esp32s3+IDF v5.4+ADF运行报 RestrictedPinnedToCore的错误
esp32s3+IDF v5.4+ADF运行报 RestrictedPinnedToCore的错误 (IDFGH-14780)
Mar 5, 2025
Answers checklist.
IDF version.
V5.4
Espressif SoC revision.
ESP32-S3
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-S3-KORVO-2 v3
Power Supply used.
USB
What is the expected behavior?
能够正常启动audio processor的功能
What is the actual behavior?
IDF无论是用V5.4,V5.3还是V5.3.2都会报这个错误:
E (3366) gpio: gpio_install_isr_service(502): GPIO isr service already installed
E (3376) AUDIO_THREAD: Not found right xTaskCreateRestrictedPinnedToCore.
Please enter IDF-PATH with "cd $IDF_PATH" and apply the IDF patch with "git apply $ADF_PATH/idf_patches/idf_v5.4_freertos.patch" first
E (3396) AUDIO_THREAD: Error creating RestrictedPinnedToCore audio_player_state_task
E (3396) DISPATCHER: exe first list: 0x0
然后按照错误提示去应用补丁文件也不行,提示信息如下:
PS D:\Expressif\v5.4\esp-idf> git apply $env:ADF_PATH/idf_patches/idf_v5.4_freertos.patch
error: patch failed: components/freertos/esp_additions/include/freertos/idf_additions.h:107
error: components/freertos/esp_additions/include/freertos/idf_additions.h: patch does not apply
error: patch failed: components/freertos/linker_common.lf:24
error: components/freertos/linker_common.lf: patch does not apply
Steps to reproduce.
用的样例工程中的VOLC_RTC,自己没有添加任何代码
...
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: