Hi NXP
We are using iMX8QXP and currently we are having the problem when we enable uart1 baud rate 9600. The problem is about transfer data is too slow than it suppose to be. (By using python code in attached file)
In linux-imx version imx_4.14.98_2.0.0_ga, we are having the problem that when we transfer data it took 0.13 second, but when we change the version to imx_4.14.98_2.3.0 the problem is:
1. Data with odd number of byte (1, 3, 5 byte etc..) it took the same 0.13 second.
2. Data with even number of byte ( 2,4,6 byte etc...) it faster and took around 0.002 second.
Our Target is we want to transfer the 1 byte data about 300kb and it took 40 mins which is too slow,
so we would like to know if this is the problem of linux driver ?
Best regards.
Thepnimit