2016-10-18 05:54 AM
Hello there,
I am working with HAL library. I have used CubeMx to generate a startup code for USB id device mode with CDC driver. I was wondering either it is possible to easily modify the library in order to have 2 CDC ports visible on 1 USB interface? I couldn't find any example for this kind of implementation. I would appreciate all help.2016-10-18 10:21 PM
Hello,
This is a real urgent case for me. I would really appreciate any hints.2016-10-19 01:30 AM
Hello Bremen,
You will find in the forum several threads on the topic that helps you.You can refer to this [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Multiple%20USB%20CDC%20%28USB%20IAD%29.%20How¤tviews=9776]thread with working for dual CDC.Regards2016-10-19 01:37 AM
Hi, Thank you for answer.
I have also just found this topic couple minites a go. It seems from it that I cannot implement dual CDC on a F105 device, thats to bad...2017-01-08 02:36 AM
I am also working on this for the past week. Found a good site, check this:
http://www.cnblogs.com/shangdawei/archive/2012/10/24/2737053.html
2018-04-07 01:57 AM
You can find a full example how to do it here, and its tested and working on STM32F072CBT6.
You should be able to easily port it to STM32F1x
https://github.com/taipeiviking/USBdualCDCuartsSTM32F072CBT6