Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN,
Tool/software: Code Composer Studio
I am using the HALCoGen generated code to do a software DMA transfer.
The DMA copies 1 frame of 4 KB from/to external memory.
0x64000000 => 0x64000100
The first 256 bytes are filled with 0x55.
After the DMA transfer, the "Initial" DMA registers at 0xFFF80000 contain
ISADDR = 0x64000000 IDADDR = 0x64000100 ITCOUNT = 0x00010800
The "Current" registers at 0xFFF80800 contain garbage.
CSADDR = 0xa66fcd6d CDADDR = 0x7ee6b6fb CTCOUNT = 0xFFFEB9FF.
Why is that?
Are the "Current" registers accessible somehow?
Best Regards
Ulf
