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.

[参考译文] CC2642R-Q1:GPIO RX 中断

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1461503/cc2642r-q1-gpio-rx-interrupt

器件型号:CC2642R-Q1

工具与软件:

早上好、

有人能帮我吗?
我想使用中断扩展 RX 引脚、以便在向 CC2642发送数据时以低功耗模式唤醒。
不幸的是、某处出现问题、并且无法正常切换。
检测到下降沿、但 UART 无法正常启动->我不读取任何数据。

如果我不从一开始就使用中断扩展 UART 驱动程序、那么一切都运行得很好。

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

    GPIO_setConfig -> 移动多路复用器。 这就是 UART 不再工作的原因。 有了 GPIO_setInterruptConfig、您现在已经解决了这个问题。