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.