Hi,
I learn EDMA3 example project of C6678 EVM. I cannot find the definition of the structure:
main.c:
extern EDMA3_DRV_InstanceInitConfig sampleInstInitConfig[][EDMA3_MAX_REGIONS];
EDMA3_RM_InstanceInitConfig sampleInstInitConfig[NUM_EDMA3_INSTANCES][EDMA3_MAX_REGIONS] = These definitions are different: EDMA3_DRV_InstanceInitConfig EDMA3_RM_InstanceInitConfig Where is the definition of 'sampleInstInitConfig'? It is really confusing. Please help me. Thanks.