I am new with DaVinci and I have add functionality to existing code using ACPY3 library for QDMA transfers.
The required transfer is 3d but QDMA does not support such type. So I am trying to create 3d replacement using linked DMA.
Unfortunately, ACPY3 documentation I found does not describe the order of functional calls in this case.
Also I did not find any relevant example.
I tried call ACPY3_configure number of times (for all sub-transactions to be linked) and after this to call ACPY3_start but I did not get results as desired.
I am sure my problem is very simple and will be happy to get any suggetsions.