Posted on July 24, 2013 at 09:24Hi All, Basically i want to configure the USART1 in the STM32f100R8 uC. The following code i have written for configureing USART1. //UART1 initializationRCC->APB2ENR |= RCC_APB2ENR_AFIOEN + RCC_APB2ENR_IOPAEN...
Posted on July 26, 2013 at 08:10System clock is 8MHZ,And USART baud rate is 9600kbps.I am trying to send only one byte. When i am writing data to the DR (data register). it's not getting updated on DR register in debugging mode.