Closed plusk01 closed 5 years ago
Keep getting gibberish from revo/USART3.
Should be getting t (from stm32-playground).
t
Turns out that I was not setting the HSE_VALUE=8000000 define.
HSE_VALUE=8000000
STM32F30x has 8 MHz default HSE crystal freq, while STM32F4xx has 25 MHz default (see system_stm32f30x.c vs system_stm32f4xx.c).
system_stm32f30x.c
system_stm32f4xx.c
Keep getting gibberish from revo/USART3.
Should be getting
t
(from stm32-playground).