cancel
Showing results for 
Search instead for 
Did you mean: 

usb using in stm32h743zi

SITARAM
Associate III

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

2 REPLIES 2
AScha.3
Chief III

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) .....

 

 

 

If you feel a post has answered your question, please click "Accept as Solution".
FBL
ST Employee

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.


I'm out of offce with limited access to my emails.
Happy New Year!