2024-11-22 01:53 AM
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
Solved! Go to Solution.
2024-11-26 07:04 AM
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.
2024-11-26 07:04 AM
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.