Skip to content

Enable I2S_ISR_IRAM_SAFE to fix bug in ESP-IDF #284

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

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

me-no-dev
Copy link
Member

A change in ESP-IDF causes I2S to fail when PSRAM is available and CONFIG_I2S_ISR_IRAM_SAFE is not enabled. Enabling the flag fixes that issue.

Fixes: espressif/arduino-esp32#11004

@me-no-dev me-no-dev merged commit 72b6036 into master Mar 7, 2025
9 checks passed
@me-no-dev me-no-dev deleted the me-no-dev-patch-1 branch March 7, 2025 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I2S failed to set up tx callback
1 participant