stm32f4 multi instance usb cdc device
Posted on February 03, 2018 at 14:54For a USB CDC device application I use STM32CubeF4. It works very well now.Now I need a second CDC channel, which paralel the 1st CDC transmits a data stream to the host.How do I create a second USB CDC instance w...