LPUART baudrate Error Calculation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-12 11:31 PM
Please Provide LPUART baud rate error calculation for the frequency clock above 100 MHz. In Reference manual [LPUART], Only for frequency clock = 100 MHz baud rate error calculations are given. Please Provide frequency other than 100MHz
Solved! Go to Solution.
- Labels:
-
LPUART
-
STM32G4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-19 6:04 AM
Hello @Community member​ ,
Welcome to the STM32 Community :smiling_face_with_smiling_eyes:
The mistake is in the desired value, it should be 33 000 Kbaud:
From this value is also calculated the error value (0.1%) – because “actual�? value is as highlighted above.
This will be corrected in the coming release of the reference manual RM0440.
When your question is answered, please close this topic by choosing Select as Best.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-13 6:11 AM
Baud rate is very simple to calculate. Surely you can handle the calculation yourself.
If not, provide the desired baud and clock rates instead of making us guess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-13 6:18 AM
Not using G4, but other parts with constrained BRR settings, the UART has a PRESCALER to cut the bus clock down
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-19 6:04 AM
Hello @Community member​ ,
Welcome to the STM32 Community :smiling_face_with_smiling_eyes:
The mistake is in the desired value, it should be 33 000 Kbaud:
From this value is also calculated the error value (0.1%) – because “actual�? value is as highlighted above.
This will be corrected in the coming release of the reference manual RM0440.
When your question is answered, please close this topic by choosing Select as Best.
Imen
Thanks
Imen
