USB Another OUT Endpoint
Hi,
For my application i need to add just one more OUT endpoint to my USB Device. I am using nucleo f303re development board. I configured a CDC project from cubemx and made it a libusb project following stm training about usb but now i need to get 128bytes per packet so i need to create another out endpoint. Is it enough that i just add one more endpoint to usb-conf or should i create another interface? I am new to usb programming so a little bit lost on the subject.