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.

usb sof interrupt

Other Parts Discussed in Thread: OMAP-L138

Why  SOF Interrupt still occurs  after  disconnect with PC?

Thank you!

  • 请详细描述一下您的问题,用的是什么器件?是自己的板子还是EVM板?是跑的例程还是自己的程序?
  • Shine,非常感谢您的回复!

    使用OMAP-L138,是自己的板子,自己的程序(之前同事开发的,可能也参考了TI的例程)

    详细如下:

    USB连接到PC后,OMAP的USB开启,大概100多us,就会产生一次SOF中断。(正常)

    断开PC,此时OMAP的USB仍开启(软件设定为常开),此时仍会产生SOF中断。

    SOF,应该是主机PC每隔一段时间,发给OMAP的帧开始信号,那断开PC后,OMAP应该就收不到SOF信号了,那为什么仍有SOF中断产生呢?

    谢谢!