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.