Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp32s3+IDF v5.4+ADF运行报 RestrictedPinnedToCore的错误 (IDFGH-14780) (AUD-6139) #1392

Open
3 tasks done
hwngn opened this issue Mar 5, 2025 · 2 comments
Open
3 tasks done
Labels
Type: Bug Something isn't working

Comments

@hwngn
Copy link

hwngn commented Mar 5, 2025

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • 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

@hwngn hwngn added the Type: Bug Something isn't working label Mar 5, 2025
@github-actions github-actions bot changed the title esp32s3+IDF v5.4+ADF运行报 RestrictedPinnedToCore的错误 esp32s3+IDF v5.4+ADF运行报 RestrictedPinnedToCore的错误 (IDFGH-14780) Mar 5, 2025
@hwngn
Copy link
Author

hwngn commented Mar 5, 2025

升级补丁之后解决,但是还有下述错误:
E (3367) gpio: gpio_install_isr_service(502): GPIO isr service already installed
E (3377) DISPATCHER: exe first list: 0x0

@Alvin1Zhang Alvin1Zhang transferred this issue from espressif/esp-idf Mar 5, 2025
@github-actions github-actions bot changed the title esp32s3+IDF v5.4+ADF运行报 RestrictedPinnedToCore的错误 (IDFGH-14780) esp32s3+IDF v5.4+ADF运行报 RestrictedPinnedToCore的错误 (IDFGH-14780) (AUD-6139) Mar 5, 2025
@DrWangCN
Copy link

DrWangCN commented Mar 5, 2025

升级补丁之后解决,但是还有下述错误: E (3367) gpio: gpio_install_isr_service(502): GPIO isr service already installed E (3377) DISPATCHER: exe first list: 0x0

请问下是怎么升级补丁的呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants