Skip to main content
Visitor II
November 22, 2024
Solved

Vbus interrupt in USB model of STM32F723

  • November 22, 2024
  • 1 reply
  • 558 views

  I just got a STM32F723 board to learn how to use USB model, and I found that when I use USB as FS host and connect a device, the register PCDET did not triger an interrupt while PENA is set, I'm wondering how can I get interrupt flag, is there any other regs to set

    This topic has been closed for replies.
    Best answer by FBL

    Hi @Alexander_Aisin

    PENA bit does not trigger an interrupt to the application. Did you follow the procedure to initialize the host as it is? I suggest you carefully read the reference manual!

     

    1 reply

    FBLAnswer
    Technical Moderator
    November 26, 2024

    Hi @Alexander_Aisin

    PENA bit does not trigger an interrupt to the application. Did you follow the procedure to initialize the host as it is? I suggest you carefully read the reference manual!