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.

msp430f2618 DMA address assignment

Other Parts Discussed in Thread: MSP430F2618

I am using MSP430F2618 Microcontroller and doing programming in Code composer studio v6. 

I have seen below two instructions for DMA operation but i don't know meaning of those...

Please explain below two instructions...

DMA0SA = (void(*)())sample; // Source block address
DMA0DA = (void(*)())&DAC12_0DAT;

here sample is the name of array which i defined to store the data of integer type. 

**Attention** This is a public forum