请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
工具/软件:Code Composer Studio
您好!
我们如何使用计时器而不是处理器来触发 TM4C123g 中的 ADC? 还有一件事,如何找到 ADC 的默认采样频率?? 我们如何根据需要对其进行复位?
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.
工具/软件:Code Composer Studio
您好!
我们如何使用计时器而不是处理器来触发 TM4C123g 中的 ADC? 还有一件事,如何找到 ADC 的默认采样频率?? 我们如何根据需要对其进行复位?
我已经附加了一个使用 Timer0A 来触发 ADC0序列0的示例项目。 采样频率由 main.c 文件第168行的函数 TimerLoadSet()设置 此示例还使用 UDMA 将样本从 ADC 移动到两个乒乓缓冲器中的一个。 使用 Code Composer Studio "File"->"Import"函数将此项目导入您的工作区。
/cfs-file/__key/communityserver-discussions-components-files/908/6327.ADCwDMA.zip