2014-04-29 08:16 AM
[STM32F107RC]
I use MCO pin for generating RMII clock.I want to activate USART1 too.(I only need RX,TX,RTS and CTS pins of USART1)USART1_CK is duplicated with MCO pin and I dont need USART1_CK.(remap is not possible)Is there any problem with MCO and USART1_CK when I activate MCO pin?Thanks.2014-04-29 08:22 AM
In async mode the USART shouldn't need to use the CK pin, but this is something you'd need to validate to your own satisfaction.