NUCLEO G0B1RE USB FS DEVICE ONLY MODE
Hello everyone,
I'm currently experiencing an issue with my NUCLEO-G0B1RE. I've implemented a code to perform the following tasks:
- Continuously read the values of 4 ADC channels in DMA mode.
- Serially transmit the data through USB FS (device-only mode, Communication Device Class enabled, Interrupt enabled for USB, UCPD1, UCPD2).
I successfully worked with this firmware for several days, and I'm confident about the wiring. However, my PC suddenly stopped recognizing the USB port with the error message "device descriptor request failed." The only action I took was to perform some suggested updates on the STM32CubeIDE software. Interestingly, the same program runs without any issues on another NUCLEO board I own (an older NUCLEO-G0B1RE, which I can't use anymore due to an ADC-related problem).
What do you think could have happened? Is it possible that I somehow damaged the board with overloading, even though I wasn't touching the wiring when the issue occurred? And could the only consequence be a problem with USB FS? Or could it be some update-related problem?
Thankyou in advance for you help.
