2017-07-02 08:07 AM
Hello!
I use STM32F429ZI. I have generated project with help of Cube MX. I have chosen CDC Virtual COM port. It includes two function: Transmit and Receive. Bulk IN and Bulk Out. I add Interrupt IN endpoint and I want to use both Bulk IN and Interrupt IN transfer. How should I do it correct?
2017-07-02 01:30 PM
Hi
Mez.Dmitry
Have a look to the CDC example available under STM32CubeF4 firmware package, it may help you
Regards
Imen
2017-07-03 01:43 AM
Hi!
CDC example has 1 Bulk IN, 1 Bulk OUT and Control endpoint, but it hasn't Interrupt endpoint. I need to help. How can I do Interrupt transfer correct?