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.

关于msp430f5419a中DMA示例程序的疑问



我新手用的IDE是CCS5.3,请问 怎么找不到

__data16_write_addr((unsigned short) &DMA0SA,(unsigned long) &ADC12MEM0);
// ... from ADC12MEM0


__data16_write_addr 函数在哪声明和定义的?还有去哪找msp430中已经写好的函数?