Possible to disable SPI clock output?
I'm using SPI to output a signal for addressable RGB LEDs, as described here. https://innomatic.home.blog/2018/12/24/ws2812sk6812-control-with-spi-and-dma/
Since this signal requires only the MOSI pin, it would be great to be able to use the CLK pin for other purposes.
I tried omitting the CLK pin from HAL_GPIO_Init, which resulted in no clock signal showing on that pin. But that doesn't help when I want to use it for GPIO myself. Is it possible to completely disconnect the external pin from SPI CLK?
