This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/AM5728: VIP/VPDMA

Part Number: AM5728

Tool/software: TI-RTOS

hello.

The board I'm using is the AM572x Evaluation Module (TMDSEVM572X), and the downloaded RTOS SDK version is 5.02.

I have a question about the VIP module.

I am taking one camera data using the example provided by TI.
The setting to receive camera data is VIP2 - Slice0 - Port A (1 stream, 1 channel, 16bit).

The camera data is stored in one buffer and output to the LCD.
I wonder if it can be stored in two buffers at the same time.

I wonder if the data received from one camera can be stored in two buffers simultaneously via VPDMA.
(I do not think of storing camera data in one buffer and then moving it to the second buffer via DMA.)

I wonder if this is possible, and I would appreciate it if you let me know how to do it.
Also, let me know if there is a related example in sdk.


please answer me.
Thank you.