STM32F0 USART1 not work
Posted on September 22, 2012 at 18:43Hi, I have STM32F0 Discovery, I need send a char example 'A' in USART1 that use PA9 to TX. The configuration are: /* Enable GPIO clock */ RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE); //PA9 ,PA10 ...