User Activity

I'm trying to use USART3 on STM32F103VCT6 on pins PC10 (USART3_TX) /PC11(USART3_RX) using alternative functions (Remap) and I'm not having success.From the MCU datasheet I can use these pins for communication.void UART3_GPIO_Config (void) { //E...