Other Parts Discussed in Thread: TMP100 , MSP430F249 , MSP430F2471 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/652795…
Other Parts Discussed in Thread: MSP430F249-EP , MSP430FR5989-EP 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/902331…
Other Parts Discussed in Thread: MSP430F249 , MSP430G2553 我现在使用的是MSP430F249单片机,想使用ADC12进行单通道重复采集,但是每一次ADC转换完以后都要进ADC中断读取转换结果,导致CPU一直在工作。
以前用过MSP430G2553单片机,他的ADC模块包含DTC,可以将结果保存到RAM中,这样的话CPU就可以批量的对数据进行处理了。
请问ADC12有没有类似的模块?
您可以直接使用TI的例程
/* --COPYRIGHT--,BSD_EX
* Copyright (c) 2012, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions…