Hi,
I have been usigng my LCDK6748 board with UART-2 Boot Option.
(DIP Switch was OFF-ON-OFF-ON- ....)
I wanted to try NOR boot option, so I changed the DIP switch into OFF-OFF-OFF-ON-...
After that, I found the that UART baud rate went to somthing else.
With UART2 boot option, UART clock divider 104 makes 115200 baud rate,
But with another boot option, UART clock divider 85 makes 115200 baud rate,
UART initialization code was not changed and PLL initialization code was not changed.
My program always reinitializes PLL, when it starts.
I use JTAG connection to run the program without GEL file support.
My PLL initialization is :
PLL0Init(0, 24, 0, 1, 0, 2, 5);
PLL1Init(24, 1, 0, 1, 2);
I don't know why UART baudrate depens on boot-config regardless of the same PLL initialization.
How can I get same UART baud-rate with the same initialization code, among the various boot configurations?