How can I send interrupt command via CDC in STM32?
Posted on February 12, 2018 at 08:18CDC has 3 endpoints (IN, OUT and Interrupt). I have no problem with sending messages via IN and OUT (bulks), but there is a problem when I try use interrupt endpoint (0x82). I created similar method to USBD_CDC_T...