Part Number:TMS320C6748
Tool/software: Starterware
Hi,
I'm using CCS6, Starterware and the EDMA3 LLD which results in the compiler warning, "#48-D incompatible redefinition of EDMA3_MAX_REGIONS..."
And it's no wonder because:
C:/ti/C6748_StarterWare_1_20_04_01/include/edma.h
line 60: #define EDMA3_MAX_REGIONS (2u)
C:/ti/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm/edma3_common.h
line 142: #define EDMA3_MAX_REGIONS (8U)
Is there a simple resolution?
Thanks,
Roy