Skip to main content
kumar swamy
Associate
December 26, 2018
Question

Will there any hardware issue for not working of USB OTG FS in STM32h743VIT.

  • December 26, 2018
  • 2 replies
  • 543 views

I am using USB to communicate between two processors. Firstly it was working fine, but later during testing period it stopped working. The other Functionality of the controller seems to be fine. Is there any hardware checks to be done to ensure that the controller is fine.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
December 26, 2018

Instrument your code so you can ​determine the nature of the failure, and if it is in a hard fault or error handler.

Use a bus analyzer if that will help pinpoint the nature of the issue. ​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
kumar swamy
Associate
December 27, 2018

Previously while USB was working , PA10 pin (OTG_FS_ID , but actually using as GPIO) was solder shorted to +15V supply. Will this cause any problem for USB function. After removing the short, the pin is working fine as GPIO but not working for USB Function.