i want to know the difference between using edma3init() function and (EDMA3_DRV_create() + EDMA3_DRV_open() ) functions ??
and i want an example to how use EDMA3_DRV_create()
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.
i want to know the difference between using edma3init() function and (EDMA3_DRV_create() + EDMA3_DRV_open() ) functions ??
and i want an example to how use EDMA3_DRV_create()
please any one know the difference ??
Have you referred to userguide docs available in the package?
You can find some sample code at
..\edma3_lld_xx_yy\examples\edma3_driver\src\main.c and related files.