2015-04-24 06:02 AM
Hi,
I´m trying connect my stm32f303 with Linux application by using USB CDC (communication device class). I would like transmit data packet to PC and receive it from virtual serial port (VSP). Do you have any example to use it (preferring HAL library)? I found USB HID (Human interface device) example and it´s OK but how configure usbd_conf.c and usbd_desc.c together with their header files in order CDC? Some experience??