Configuring a peripheral without all pins assigned
Hi Guys,
is it possible to configure a peripheral in CubeMX without assigning all the pins (usually) required for that peripheral. This is a quite typical scenario, if a peripheral is used other than originally intended.
E.g. I like to use I2S for efficiently and precisely generating the DATA signal for WS2812's or similar addressable LEDs. In this scenario only the I2S_SD line is required and I don't want to "lose" the additional pins by configuring them as I2S pins. But if I give one of the I2S pins another function, it will automatically disable the peripheral.
Is there a way around this except for configuring the peripheral manually?
Cheers,
D.Frejek
