Hello,
I modified the working uart_edma_c674x_c6748_evmC6748\uartEcho.c example to use CC1 instead of CC0 on C6748 for STarterWare 1.20.03.03, basically replacing original CC0 register with corresponding register value for CC1:
SOC_PSC_0_REGS with SOC_PSC_1_REGS,
HW_PSC_CC0 with HW_PSC_CC1,
HW_PSC_TC0 with HW_PSC_TC2,
SOC_EDMA30CC_0_REGS with SOC_EDMA31CC_0_REGS,
SYS_INT_EDMA3_0_CC0_INT1 with SYS_INT_EDMA3_1_CC0_INT1,
SYS_INT_EDMA3_0_CC0_ERRINT with SYS_INT_EDMA3_1_CC0_ERRINT
but the example doesn't work anymore. Is there any specific configuration for CC1 which is not similar to the example or am I missing something?
See the attached modified example file for your reference.5123.uartEcho_CC1.c
Thank you in advance,
David.