SPI stops working when enable I2C?
Hello, I'm trying to use I2C and SPI simultaneously on an STM32F103C6TX.Both are working properly when only one of them is activated. However, when activating I2C peripheral with SPI already activated, SPI clock still works but the MOSI pin stops wor...