BasePointer
Full Member level 2
pic18 uart
Hi,
I'm using PIC18F452 at 40MHZ.
Its UART doesn't support 115200 baud rate with 40MHZ XTAL.
BaudRate = 40MHZ / (16*(21+1)) = 113.636,3636
Error = %1.37 is not acceptable for me.
Which frequency should I use to make Error=0.0 ? It also must be nearest value to 40MHZ.
10x
BP
Hi,
I'm using PIC18F452 at 40MHZ.
Its UART doesn't support 115200 baud rate with 40MHZ XTAL.
BaudRate = 40MHZ / (16*(21+1)) = 113.636,3636
Error = %1.37 is not acceptable for me.
Which frequency should I use to make Error=0.0 ? It also must be nearest value to 40MHZ.
10x
BP