利用CSL库调用EDMA3,想手动设置触发,是不是在初始化EDMA3、设置好中断后,直接调动<CSL_edma3Aux.h>中的函数
CSL_IDEF_INLINE void CSL_edma3SetDMAChannelEvent
(
CSL_Edma3Handle hModule,
Int region,
Uint8 dmaChannel
)
就可以启动数据传输了?
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.
利用CSL库调用EDMA3,想手动设置触发,是不是在初始化EDMA3、设置好中断后,直接调动<CSL_edma3Aux.h>中的函数
CSL_IDEF_INLINE void CSL_edma3SetDMAChannelEvent
(
CSL_Edma3Handle hModule,
Int region,
Uint8 dmaChannel
)
就可以启动数据传输了?