Other Parts Discussed in Thread: TDA4VH
Tool/software:
Hi,
I’m using UDMA on the TDA4VH platform (C7x_1 core) with DRU channels for data transfers. I initially tried UDMA chaining for optimization, but it's not supported with DRU. Now I want to achieve a similar effect using UDMA linking — triggering one channel that internally handles multiple transfers via PaRAM sets or TR descriptors, requiring only a single wait() call. I couldn’t find examples for this under the PDK path (SDK_RTOS/ti-processor-sdk-rtos-j784s4-evm-09_02_00_05/pdk_j784s4_09_02_00_30/packages/ti/drv/).
I want to know whether,
1. Is UDMA linking possible with DRU channels?
2. Are there any example codes showing this?
If there are any example codes, please provide me with that, which will be very helpful.