1、MSP430AD采样的触发方式有没有周期触发 (不是用计时器中断触发那种方式)
2、MSP430AD采样转换后的结果只能通过AD中断去读取么?
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.
1、MSP430AD采样的触发方式有没有周期触发 (不是用计时器中断触发那种方式)
2、MSP430AD采样转换后的结果只能通过AD中断去读取么?
DMA把AD采样值存储到指定的地方时,会挂起系统终端.......恰恰不想要这个挂起
11.2.8 Using DMA With System Interrupts
DMA transfers are not interruptible by system interrupts. System interrupts remain pending until the
completion of the transfer. NMIs can interrupt the DMA controller if the ENNMI bit is set.
System interrupt service routines are interrupted by DMA transfers. If an interrupt service routine or other
routine must execute with no interruptions, the DMA controller should be disabled before executing the
routine.
用DMA把AD采样值存储到指定的地方时会挂起系统中断,恰恰不想要这个挂起...................
11.2.8 Using DMA With System Interrupts
DMA transfers are not interruptible by system interrupts. System interrupts remain pending until the
completion of the transfer. NMIs can interrupt the DMA controller if the ENNMI bit is set.
System interrupt service routines are interrupted by DMA transfers. If an interrupt service routine or other
routine must execute with no interruptions, the DMA controller should be disabled before executing the
routine.