Hello,
I am using DM8148 with EZSDK 5.04.00.11. I am seeing that when i set the baud rate of UART4 that it actually sets it to a rate exactly 4x faster than baud rate. If set the serial port to B9600 the ARM I communicate fine when I set my PC to B38400. I am assuming that there is a clock divider/multiplier setting that needs to be set but i have been unable to change it. I tried clk_set_rate() but it was unable to change it (I am assuming because other devices are also using the clock at that point). Is there a way to simply change the multiplier/divider so that the baud rate is accurate?
Thanks,
-Ben