Senior
January 17, 2018
Question
STM32F4Discovery and UART3 problem
- January 17, 2018
- 8 replies
- 1057 views
Posted on January 17, 2018 at 13:16
Hello. I have a problem with UART3 on STM32F4Discovery kit. There is STM32F407VG. And I try send string, but program sendin wrong string. I use crystal 8MHz on HSE.
In files you can see my code.
UART:
https://paste.ofcode.org/jqNikWZbRQvYrAsL8VnkrL
CLOCK:
https://paste.ofcode.org/3bEa2czziJ2BphWPMpjK8Ut
Main:
https://paste.ofcode.org/GjGuUP3MK2RqXaj8KDtB9i
Any idea, what is wrong?
#stm32f4discovery #usart