cancel
Showing results for 
Search instead for 
Did you mean: 

stm32h503xx Clock ..

r2-d2
Associate

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?

3 REPLIES 3
gbm
Principal

What conflict?

These are just warnings signaling that you cannot use some function cause you activated another function on some pins.

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice
mƎALLEm
ST Employee

Hello @r2-d2 and welcome to the ST community,

Please share your ioc file so we can check.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
TDK
Super User

What do the warnings say? Hover over them for context. Probably they are informational and can be ignored.

If you feel a post has answered your question, please click "Accept as Solution".