Other Parts Discussed in Thread: HALCOGEN, TMS570LC4357
Tool/software: Code Composer Studio
I have been working though the forum for DMA support of serial communications for TMS570LS0432 (Im using the launchpad platform).
I have found http://www.ti.com/lit/an/spna213/spna213.pdf documantation and a sample project 2781.TMS570LS20USB_DMA_DATA.zip that I have ported into composer studio.
I am using HALCoGen 04.07.00.
The example project HALCoGen shows a DMA module in the example project architecture TMS57LS1227ZWT general chip overview.
HALCoGen's TMS570LS0432PZ (what I understand to be the chip on the Launchpad eval kit for TMS570LS04/03) does not show a DMA subsystem, but the spec for the TMS570LS0432PZ chip confirms it is capable of that DMA function.
Needless to sat the dmaEnable(void) fails when it tries to set dmaREG which in the example sys_dma.h is ((dmaBASE_t *)0xFFFFF000U).
There should be a properly configured Code Composer and HALcoGen project for this function.
Could you help me locate it?