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.

[参考译文] MSP430F5659:如何检测 USB 连接

Guru**** 2690845 points

Other Parts Discussed in Thread: MSP430F5659

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1598742/msp430f5659-how-to-detect-usb-connection

器件型号: MSP430F5659

尊敬的专家:

MSP430F5659 通常在低功耗模式下运行。 我的客户希望 MSP430 在检测到 USB 连接后退出低功耗模式。 如何实现这一点?

谢谢、

Leo

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

    嗨、Leo、在 MSP 检测到会触发 PUR_EN 位的 5V 电源后、您应该能够使用中断。 USB 的可用中断可在表 42.2:USB 中断矢量生成的参考手册中找到。 然后、您应该能够使用此引脚作为中断来将器件从 LPM 唤醒。 希望这对您有所帮助!

    -布赖恩