is there a reason using 2 separate usb endpoint for virtual com port example?
Posted on October 05, 2013 at 00:46I was checking out the usb virtual com port loopback example provided in STM32_USB-FS-Device_Lib_V4.0.0. When I looked into the usb endpoint (usb_endp.c or usb_conf.h), it defines EP3 (OUT) and EP1(IN) as the endp...