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.

一个关于MSP430F5529内部USB模块的疑问

TI你好,我手上有一块MSP430F5529LP的开发板,我在编译USB模块的cdc端口时遇到了一些问题。

1.当usb模块处于连接枚举时,为什么要设置为LPM0?

2.当msp430与主机通过cdc通信时是不是跳出了LPM0,处于正常功耗中?我在ST_ENUM_ACTIVE状态中令某一端口输出高会卡死USB,这又是什么原因?

3.有没有usb模块各状态与对应低功耗模式的对照?在USB编程指导和msp430手册中均没有相关介绍

  • 请问您现在是有的是自己的程序还是例程?是否使用的是TI开发板?

    在用户指南中 42.2 USB Operation中有相关的说明

    www.ti.com.cn/.../slau208q.pdf

    The USB module only supports active operation during power modes AM through LPM1.
    USB模块仅在电源模式AM至LPM1期间支持活动操作。

    The USB engine requires an accurate 48-MHz clock to sample the incoming data stream. This is generated by a PLL that is fed from one of the system oscillators (XT1 or XT2). A crystal of 4 MHz or greater is required.