Hello,
I am porting my UART EDMA3 code from OMAP-L138 over to the DM814x. The problem is my BDI3000 debugger can't access the EDMA3 CC registers at locations starting at 0x49000000 or the EDMA3 PaRAM starting at 0x49004000. I can only access the first two long words of the four TC[3:0] areas.
I have configured the CM_ALWON_TPCC_CLKCTRL and four CM_ALWON_TPTCx_CLKCTRL registers. I dumped the CM_ALWON_SYSCLK4_CLKSTCTRL register and that is set to 0xf02.
The SYSCLK4 must be properly configured since the UART0 is working fine.
So, it will be helpful if someone can provide or point me to code that configures the EDMA3 module so I can access those registers. I don't need code that configures the EDMA3 registers.
Thanks,
Victor