This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RM57Lx SCI DMA Tx sending only zeroes

Other Parts Discussed in Thread: HALCOGEN

4503.sci_dma.zip

Hello, 

i am trying to implement SCI rx and tx using DMA on RM57Lx based development kit.

i am trying to use the example given by halcogen as base.

but Tx is only sending zeroes (veryfied using logic analyzer) and Rx is only receiving zeroes (i am not sure if it is receiving at all).

Tx and Rx using sciSend(), sciReceive() works using interrupt.

i am attaching my project (halcogen config is also included).

g_dmaCTRLPKT1.SADD

g_dmaCTRLPKT1.DADD

looks good too holding address of valid arrays.

any help is appreciated.