Tool/software:
Hello. Ti experts
I'm struggling with the display jittering issue on R5F.
Please find the attached video file.
It seems like this issue can be observed when the DDR BW is getting larger and larger.
For example, I designed two apps.
- One is very simple including file reader and display.
- Another is composed of file reader, TIDL on c7x, post processing on MPU and display.
The comparison of DDR BW is as below.
DDR BW | simple test app 1 | simple test app1 + c7x | very complex app(mpu, c7x) |
READ |
AVG = 1848 MB/s PEAK = 5592 MB/s |
AVG = 1650 MB/s PEAK = 7760 MB/s |
AVG = 3241 MB/s PEAK = 11529 MB/s |
WRITE |
BW: AVG = 850 MB/s PEAK = 2546 MB/s |
AVG = 1530 MB/s PEAK = 4233 MB/s |
AVG = 3241 MB/s PEAK = 11529 MB/s |
TOTAL |
AVG = 2698 MB/s PEAK = 8138 MB/s |
AVG = 3180 MB/s PEAK = 11993 MB/s |
AVG = 4719 MB/s PEAK = 21519 MB/s |
The simple test app 1 is OK, But display jittering is observed in 'simple_test_app1+c7x' and 'very complex app(mpu, c7x)'.
Do you have an idea how to resolve this problem?