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.

[参考译文] EK-TM4C123GXL:tm4c123前进的规范

Guru**** 2343770 points
Other Parts Discussed in Thread: EK-TM4C123GXL
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1233847/ek-tm4c123gxl-specifications-for-advancing-with-tm4c123

器件型号:EK-TM4C123GXL
主题中讨论的其他器件:TM4C123

在我的应用中、

我需要对10个模拟通道进行采样(连接到光电二极管)

每个通道都需要以5kHz 的频率进行采样。 从10个通道生成的值将以高波特率115200发送到 RS232端口。

这可以通过 TM4C123 MCU 实现吗?

如果此配置没有技术问题、我需要继续操作、以便我可以根据需要执行操作。

同时、如果社区能够提供一些代码资源、我将不胜感激

谢谢

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

     ADC 的额定采样率为1Msps。 这意味着、在5kHz 速率下、您最多可以转换200个样本。 您仅测量10个样本、因此在我看来应该不会有问题。 如果115200 UART 足够快、则需要 在每个0.2mS (@5kHz)内回答多少数据(例如您要发送多少字节的数据)。 我将建议您进行一些测量。  

    有一个 ADC 示例使用 uDMA 以16kHz 的速率获取 ADC 输入。   您可以访问 C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c123gxl\adc_udma_pingpong。