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.

[参考译文] TM4C1290NCPDT:接口

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1061001/tm4c1290ncpdt-interfaces

器件型号:TM4C1290NCPDT
  1. 是否可以使用 M0PWM0、1和7 (引脚6、43、44)输出具有相同频率但不同占空比的16位 PWM?
  2. 是否可以测量引脚86 (T0CCP1)上一个输入频率周期的时间?
  3. ROM 引导加载程序可在 UART (引脚33/34)上调用?
  4. 微控制器是否可以在没有25MHz 晶体的情况下使用、并且仍可用于230400波特 UART?
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Hanno、

    [引用 userid="107595" URL"~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1061001/tm4c1290ncpdt-interfaces "]是否可以使用 M0PWM0、1和7 (引脚6、43、44)输出具有相同频率但不同占空比的16位 PWM?

    是的、这是可能的。 相同的频率很重要、但占空比由每个输出的每个通道控制、并且由 PWMPulseWidthSet API 设置。

    [引用 userid="107595" URL"~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1061001/tm4c1290ncpdt-interfaces "]是否可以测量引脚86 (T0CCP1)处输入频率周期的时间?

    我假设这个问题是测量从一个上升沿到下一个上升沿(或下降沿到下降沿)的时间、因为这是我将考虑信号周期的时间。 因此、在这种情况下、可以使用 T0CCP1进行测量。

    [引用 userid="107595" URL"~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1061001/tm4c1290ncpdt-interfaces ]ROM 引导加载程序可在 UART (Pin33/34)上调用?[/quot]

    是的、引脚33/34用于 UART0、UART0是 ROM 引导加载程序使用的 UART。

    [引用 userid="107595" URL"~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1061001/tm4c1290ncpdt-interfaces ]微控制器是否可以在没有25MHz 晶体的情况下使用、并且仍可用于230400波特 UART?

    是的、 PIOSC 可用于时钟源、 但 如果 PIOSC 用于 UART 波特时钟、系统时钟频率在运行模式下必须至少为9MHz。

    此致、

    Ralph Jacobi