Question
stm32h503xx Clock ..
Hello, I am using the STM32H503 MCU. When I configure the pins as follows:
PB2 → OUTPUT
PA8 → TIM1_CH1
PB7 → I2C1_SDA
In the RCC section, I get red warnings for Master Clock Output1 (MCO), LSCO clock output, and SAI1 External clock. I cannot disable these clock settings. Is there a way to do this in CubeMX? How can I resolve this conflict in CubeMX?
