STM32F4 I2s On different Pins #4
Answered
by
pschatzmann
mrwright16
asked this question in
Q&A
-
Is there a way to allow me to use SPI 2 for the I2S Instance? I have my blackpill wired up to use pins PB12-WS, PB13-BCK, and PB15 as data out to an amp. Im using the blackpoll to control and determine which folders to retrieve audio from an SD Breakout board. |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Apr 4, 2024
Replies: 1 comment 3 replies
-
On STM processors only some defined pins can be used for I2S. I assume that your pins can be used for your processor variant. The pins are defined in the stm32-config-i21.h configuration file. Feel free to edit your local file... |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On STM processors only some defined pins can be used for I2S. I assume that your pins can be used for your processor variant.
The pins are defined in the stm32-config-i21.h configuration file.
Feel free to edit your local file...