您好:
在看到之前的帖子里有人提出疑问:
EDMA在进行pingpong 时link - 处理器论坛 - 处理器 - E2E 设计支持 (ti.com)
请问这段代码怎么理解
/* Interrupt enable (Bits 0-1) for the global region interrupts */
regionIntr.region = CSL_EDMA3_REGION_GLOBAL;
regionIntr.intr = 0x3;
regionIntr.intrh = 0x0000;
实际上,我在调试TI例程edma_ping_pong_xfer_gbl_region函数的时候,也产生了这个疑问,求解答,急!!