hi, these udma apis could be used in the linux sdk (A72) ?
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.
Hi Fir Shaw,
No, these are RTOS-only related API. The Linux support for UDMA is provided through the Linux specific DMA Engine framework.
regards
Suman
Hi Fir Shaw,
What Linux drivers are you interested in? Most of the drivers should already be supporting this, if using DMA.
regards
Suman
Hi Fir Shaw,
The usage between Linux and RTOS are not equivalent. Linux has a userspace and kernel separation with the drivers residing in the kernel. There is no such separation on RTOS-side, and the UDMA and related utility libraries provide the API directly.
regards
Suman