Question
Wrong high Baud Rate on STM32L052 [SOLVED]
Posted on March 14, 2016 at 18:58
I am setting the Baud Rate of USART1 by the HAL MX_USART1_UART_Init() function as
huart1.Init.BaudRate = br; I am also checking the BRR register setting by debugger and I am measuring a real BR on TXD by scope. BR source clock is PCLK2 from MSI (f = 4.192 MHz). Oversampling remains 16. Output is correct up to br=260000 (BRR=16) but for br>=270000 (BRR<=15) is output about 1000 Bd or even lower. Is it a severe hardware bug or what? Thank you for any information. Ivan