Other Parts Discussed in Thread: HALCOGEN, TMS570LS0914
Environment:
- CCS 9.0.1
- HALCoGen 4.7
- TI Compiler 18.1.2.LTS
- Custom Board
- XDS220 USB Debugger
Problem: I cannot configure any control packet by writing any value into DMA RAM.
Details:
- I cannot modify content within DMA RAM(starting from 0xFFF80000) via CCS Memory Window or C code;
- All of DMA RAM are read as 0, via CCS Memory Window;
- Tried with MPU on and off, same situation;
- DMA Controller registers can be accessed normally, but without correct control packet, I cannot start any DMA transfer;
Misc:
I tried to access DMA RAM in the same way on my another launchpad-rm57l(RM57L843ZWT) evaluation board as well. I can directly change the values of DMA RAM starting from 0xFFF800000 via CCS Memory Window without any problem.
Help:
Can anyone help me?
Is there any essential configuration I've missed?