Skip to main content
Visitor II
November 22, 2024
Solved

Vbus interrupt in USB model of STM32F723

  • November 22, 2024
  • 1 reply
  • 559 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

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

FBLBest answer
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!

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.Best regards,FBL