1/1
UART 16550
by RLaumen on Nov 17, 2022 |
RLaumen
Posts: 1 Joined: Nov 16, 2022 Last seen: Nov 29, 2022 |
||
Background/Issue: From the previous work done on the FPGA, Spartan3, Uart 16550 core written in Verilog, is in use with HDLC controller as a means for the SDLC communication. Appears that the baud rate of the communication is set through sending the specific frequency to the UART 16550 core, in order to generate 921600 baud rate.
I have little experience in Verilog, and need to make the change of to SDLC communication to 1MHz, with keeping 921600 baud rate. 14.7456MHz entered to the Uart 16550 core input, via wb_clk_i port. is used what appears to generate (wb_clk_i input) the baud rate. Could anyone guide me to generate the 921600 baud rate through parameter settings perhaps, or some other way, and to set the 1MHz SDLC communication rate. |
RE: UART 16550
by Jasmined on Jun 15, 2023 |
Jasmined
Posts: 1 Joined: Jun 8, 2023 Last seen: Oct 16, 2023 |
||
Background/Issue: From the previous work done on the FPGA, Spartan3, Uart 16550 core written in Verilog, is in use with HDLC controller as a means for the SDLC communication. Appears that the baud rate of the communication is set through sending the specific frequency to the UART 16550 core, in order to generate 921600 baud rate.
I have little experience in Verilog, and need to make the change of to SDLC communication to 1MHz, with keeping 921600 baud rate. 14.7456MHz entered to the Uart 16550 core input, via wb_clk_i port. is used what appears to generate (wb_clk_i input) the baud rate. Could anyone guide me to generate the 921600 baud rate through parameter settings perhaps, or some other way, and to set the 1MHz SDLC communication rate. |
RE: UART 16550
by vfedtec on Jun 15, 2023 |
vfedtec
Posts: 1 Joined: Jun 5, 2019 Last seen: Nov 22, 2023 |
||
Xilinx UG331 Spartan-3 Generation FPGA User Guide page 104.
With the DLL you should be able to generete that 1 MHz from 921600 Hz. Cheers |
1/1