您好,请问
1.在AoAProcHWA_config_EDMA 这个函数这里 这两个部分的EDMA配置的作用是什么?
2.Param set配置中Signature In是什么,为什么在2D/3D EDMA Out的配置中就没有?
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.
The shadow link EDMA parameter set is used to reload the original EDMA parameter set for a particular channel once the transfer is complete. This is called linking, and is an EDMA specific detail. Please refer to the EDMA user guide to see how this is implemented and its use cases.
The hot signature channel is used to trigger the HWA. The signature channel copies a one-hot signature word to the DMA2ACCTRIG register to trigger a HWA parameter set. This is a way to trigger the HWA, and is a HWA specific implementation detail. Please refer to the HWA user guide for more details.
The signature channel is configured to run after some other channel which copies data in/out of HWA RAM. This is accomplished by chaining of the EDMA channels, which is an EDMA specific feature.