How to implement USB-CDC functionality for B L072Z LRWAN1 discovery kit
Hi,
I am using B-L072Z-LRWAN1 discovery kit. I want to implement USB-CDC functionality for my project.
I created the project using STM32CubeMX with the settings of USB-CDC after following this STM USB training link
https://www.youtube.com/watch?v=h9T0RTu9Muc&list=PLnMKNibPkDnFFRBVD206EfnnHhQZI4Hxa&index=9
After that i connected one USB to CN7 connector and run the code in debugging mode. Then i connected another USB to CN11 connector which is USER USB.
As per the video,
USB connected to CN7 should show one COM port with name "STMicroelectronics STLink VCP"
USB connected to CN11 should show another COM port with name "STMicroelectronics VCP".
But after connecting i am not detecting 2nd com port on my PC side in short no virtual port is showing after connecting to USER USB connector.
Please guide me regarding this with any example related to the same controller or any hardware settings need to be done for its working.
Thanks
Shubham
