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.

MSP430F5529: msp430f5529

Part Number: MSP430F5529

您好,我在使用timer_A计时器输出一个数组m[10],每次中断输出a[k] (k从0到9),我想当k=10时,关闭中断,重新从内存中读取新的数值赋给数组a,不清楚如何关闭定时器a的中断,并在数组重置赋值后打开