不发送 UART 数据、在什么情况下会发生 MSP432E401Y UART TX 中断?
是否必须进行数据传输才能生成 TX 中断?
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.
不发送 UART 数据、在什么情况下会发生 MSP432E401Y UART TX 中断?
是否必须进行数据传输才能生成 TX 中断?
Dawei、您好!
[引用 USER="Dawei Zhou "]现在我发现 MSP432E401Y 仅在先发送一些数据后才会生成 TX 中断
请参阅 TRM 以了解生成 UART TX 中断的条件。 我已添加以下屏幕截图:
[引用用户="Dawei Zhou "]我是否可以通过任何方式直接触发 TX 中断?
正确设置中断后、可以通过使用 Driverlib API 传输数据来触发 TX 中断。 请参阅 文件夹/examples/nortos/MSP_EXP432E401Y/driverlib.中任何示例中的 uartstdio.c 文件
谢谢、
SAI