UART on STM32F411VET6 (Discovery)
I am starting to experiment with stm32f411vet6 (discovery), I have passion for STM32, looking forward to learn and help.
When I turn on UART 6 and test, the default pins are PA9 and PA10, however it doesn't work (some error characters like question mark appear and don't work anymore). However when I switch PA9 and PA10 to PB3 and PA15, UART 6 works fine.
I tried setting PA9 and P10 with output feature then PA9 and PA10 work properly. So what are the possibilities why PA9 and PA10 don't work with UART mode? And how to test it?
Thanks!

