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.
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.
When your array is in the lower 64 KB address space, or when data pointers use 20 bits, you can assign the address directly.
See the application report SLAA376: Extended Memory Access Using IAR and CCE for details.
**Attention** This is a public forum