Hi experts,
I would like to ask an usage of UDMA to use 4D transfer.
We are trying to make a request in order to transferring multiple frame in one time from camera which is connected to CSI-RX.
The configured parameters are below.
icnt0=width*bpp //(bpp=12bit) icnt1=height icnt2=1 icnt3=2 dim1 = width * bpp dim2 = 0 dim3 = 5376 * 5120 * 2 //Head pointer of next buffer
I confirmed UDMA transferred 1st frame, however the peripheral didn't 2nd or later.
We had an error "EOP on incoming data stream was encountered prematurely (short packet)", which is shown by STATUS_TYPE=0x5 and STATUS_INFO=0x0.
Could you let me know how can I drive the UDMA?
Thank you and Best Regards,
Junpei