I have no idea how to calculate usart '% error calculation' for stm32f429. There is difference between actual baud rate and desired baud rate. Why actual baud rate != desired baud rate?
I try to calculate usart % of error for 90mhz. The last calculation in documentation is for 84mhz (see attach).
Calculating the error is easy - it's just the difference between your actual baud rate, and the desired baud rate.
I guess you really mean how to calculate the actual baud rate?
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.