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
E (10845) i2s_std: i2s_std_calculate_clock(63): sample rate or mclk_multiple is too large for the current clock source
E (10846) i2s_std: i2s_std_set_clock(80): clock calculate failed
E (10847) i2s_std: i2s_channel_init_std_mode(240): initialize channel failed while setting clock
E (10848) I2S_STREAM_IDF5.x: I2S stream init failed
github-actionsbot
changed the title
6cc2c71 causes default I2S Slave mode config to stop working
6cc2c71 causes default I2S Slave mode config to stop working (IDFGH-14758)
Feb 28, 2025
Answers checklist.
IDF version.
6cc2c71
Espressif SoC revision.
ESP32-P4 v0.1
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
Custom board
Power Supply used.
External 3.3V
What is the expected behavior?
I2S is configured and works correctly
What is the actual behavior?
Gives error: sample rate or mclk_multiple is too large for the current clock source
Steps to reproduce.
Using esp-adf i2s_stream:
Debug Logs.
More Information.
I reverted 6cc2c71 and my setup works again
@L-KAYA what am I doing wrong with the new version that it suddenly doesn't like the clock config?
The text was updated successfully, but these errors were encountered: