Closed benwei closed 10 years ago
For your information, I read the datasheet and found that USART1 and USART6 are on APB2 which frequency is 84MHz, while USART2, USART3, UART4, and UART5 are on APB1 which frequency is 42 MHz (max). Maybe it is a typo. Reference: [1] STM UM1472 User Manual STM32F4DISCOVERY: P12. Figure 6. STM32F407VGT6 block diagram
Thanks to @benwei ! Fixed and merged in git commit 4369d2b59ce9ecb5beea613cfe21ac59e774a324
Hi All,
run 'make config' to choose USART2 for STM32F4-Discovery, but I got garbled message usart2 (PA2, PA3)
It worked well if I modified code as follow code. Did any one have same issue?