Hi all,
I am using the MSPM0G3507 LaunchPad to try DMA example dma_block_trasfer.c.
I ran the code and can see the data were transferred to RAM address started from 0x20000000h
But I don't understand how the address 0x20000000h was configured.
In the line below there is no any parameter referring to 0x20000000h
DL_DMA_setDestAddr(DMA, DMA_CH0_CHAN_ID, (uint32_t) &gDstData[0]);
Thanks.
Leo