2018-05-27 8:08 AM
hi
i want to figure out when host send USB_RESET signal to STM32F103, how Stm32 USB module recognize the reset packet?
thanks
#usb_reset2018-05-28 5:09 AM
Your code should get callback HAL_PCD_ResetCallback
(usually in usbd_conf.c)
-- pa
2018-05-28 9:20 PM
thanks for you help.
but, can i use the oscilloscope to capture the reset signal sent by the host? what does it look like?
thanks
2018-05-29 1:41 PM
Sorry, don't know how it looks on oscilloscope. Use a special USB analyzer, it should show reset events.
- pa