Seeking Guidance on Implementing USB CDC in STM32F446RE
Hello STM32 community!
I'm relatively new to the embedded field and have been diving into communication protocols through small projects. Currently, I'm working on implementing USB CDC on an STM32F446RE, and I've been facing challenges for the past two months.
I've extensively searched the internet and followed various tutorials, but unfortunately, none of them seem to work.
One of the tutorial that I followed: https://controllerstech.com/usb-cdc-device-and-host-in-stm32/
Regarding my hardware setup, I've cut a USB 2.0 cable, connected the power wire to 5V pin(with the jumper changed to E5V), and linked D+ and D- to their respective configured pins on the board.
I am getting the code 43: unrecognized device error
I would greatly appreciate it if anyone who has successfully implemented USB CDC on STM32 Nucleo boards could share the exact steps they took.
Your insights and guidance would be invaluable to me. Thank you in advance for any assistance you can provide!
