2024-04-11 09:12 PM
when i connected usb connector in stm32h743zi, that time what function working usb connector and if i remove usb connector then what function going to usb connector ,give me that function i remove usb
2024-04-12 12:09 AM - edited 2024-04-12 12:10 AM
I suppose from your writing, you want to know, how to get the info: usb no more connected ...?
Look/search for : APPLICATION_DISCONNECT , then do ...whatever you want to ->
if (Appli_state == APPLICATION_DISCONNECT) .....
2024-04-12 02:11 AM
Hello @SITARAM
You may need to develop more your question. In my understanding, you may have asked about the USB device states : Attached, powered, configured .. Check the user manual UM1734_STM32Cube.book to learn more.
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.