STM32F103VC UART5 problem
Posted on April 12, 2015 at 05:04Hi, I am trying to use UART5 on the STM32F103, 100 pin device. As per documents Tx and Rx pins are PC12 and PD2 respectively. I enabled clocks, initialized the port and when I try send a character (code below) U...