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.

[参考译文] TMS570LS0432:SCI 模块 BRS 寄存器的 M 域的值范围问题

Guru**** 2487425 points
Other Parts Discussed in Thread: TMS570LS0432

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/735476/tms570ls0432-issue-with-a-values-range-for-the-m-field-of-brs-register-of-sci-module

器件型号:TMS570LS0432

您好!

  在配置 TMS570LS0432的 SCI 模块(对波特率进行微调)期间、我遇到了以下问题。

为了在 VCLK = 80MHz 时提供115200的波特率、我需要使用预分频器 P = 43和 M = 6。

但根据 SPNU517B (C)这个域的有效范围为0-3h。 值6工作正常、可以设置而不会出现任何问题。

因此、我想澄清一下  、这是文档中的错误、M 的有效范围是[0;15]、还是实际限制为0-3h?

提前感谢

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

    你是对的。 这是一个拼写错误。 正确的值为0~FH。 谢谢!
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好 QJ、

    好的、非常感谢您的快速响应。