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.

[参考译文] MSP430FR58891:MSP430FR58891

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/585717/msp430fr58891-msp430fr58891

器件型号:MSP430FR58891

我是否需要启用 RX 中断(UCRXIE)来使 RX Intr 标志(UCRXIFG)正常工作? 文档指出、当 RX 缓冲器(UCAxRXBUF)接收到一个字符时、该标志将被置位。 请参阅《58xx/59xx 系列用户指南》中的24.3.15.2 UART 接收中断操作。

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

    您好、Gary、

    您无需为 UCRXIFG 标志的工作启用 RX 中断。  一旦收到任何字符、该标志就会被置位。您可以轮询该标志或启用 UCRXIE 标志、以便在应用中进一步获得中断。

    此致、

    Vikas Chola

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

    谢谢。 我继承了一个基于轮询的串行驱动程序。 您知道58891的轮询(即非中断驱动)串行驱动程序的软件示例吗? 我来自 ti mspf2617的代码。