Replies: 1 comment
-
You might be missing the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently developing a musical instrument using ESP32S3 and esp-hal.
I want to use I2S for DAC-related processing.
I am trying to use I2s::new by referring to the esp-hal repository.
However, when I try to pass peripherals.DMA_CH0 as an argument to I2s::new, I get an error.
Are there any additional traits or features that I need to enable? If there is a way to enable peripherals.DMA_CH0, could you please help me?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions