in stm32f0 usart with lpc1768 problem?
Posted on July 13, 2017 at 07:31 hi im connecting two board that one of them is stm32f0 and i configure its usart as this below /* Enable the peripheral clock of GPIOA */ RCC->AHBENR |= RCC_AHBENR_GPIOAEN; GPIOA->MODER |= GPIO_MODER_MOD...