Enabling 2 USART with different baud rate on STM32L0 Discovery board
Posted on August 05, 2014 at 12:16 Hi, I have used STM32CubeMx to generate the initialization code for USART1 and USART2. USART1 is 56700bps while USART2 is 9600bps. In the main, I could send data out to USART1 but was unable to ...