I would like to know how to recognize an external USB device when connected to the STM32F4 series.
I am using the STM32F401RE.
Currently, I purchased an external USB device, replicated the USB circuit that was installed by default, and connected it to the following pins:
{
CN7-5 (+3.3V)
CN7-17 (PA15)
CN10-14 (PA11)
CN10-12 (PA12)
CN7-19 (GND)
}
I tested to see if it would be recognized on the PC side, but it was not recognized.
I added the pin activation process for PA11 and PA12 in the main.c program, but it was not recognized.
Does anyone know why it is not being recognized by the PC?
