Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- The limitation comes from the baud ALLOWED_RANGE property in the _hw.tcl of that module, and I believe it is only restricting you when creating a component with fixed baud rate. There are many ways to work around it: don't use fixed baud rate, clone and modify the Altera supplied copy of the module, or don't do any of the above and just supply it with 8x the clock you told it you would give it. --- Quote End --- This work around looks cool, it this still maintain the driver stability during transfer?