How can I send data with USB FS at STM32F373?
Hi!
I have STM32F373 and I want to send data with USB FS.
When I generate a project, I get this struct.
PCD_HandleTypeDef hpcd_USB_FS;What should I do to send data with that struct?
Hi!
I have STM32F373 and I want to send data with USB FS.
When I generate a project, I get this struct.
PCD_HandleTypeDef hpcd_USB_FS;What should I do to send data with that struct?
> By the way! This using USB CDC. I'm using USB PCD.
The PCD (peripheral control driver) is not specific to any particular device type. Since you were trying to send data, I assumed you wanted the USB CDC device. All devices, including CDC, are implemented via the PCD.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.