2017-08-03 04:53 AM
I try to make a USB CDC HOST FS with an Nucleo STM32F746ZG but,
I made the project with CubeMx and when i plug my device the enumeration work, i can see it with a beagle usb but i don't reach the HOST_USER_CLASS_ACTIVE state.
This state give me the acces to use the USB.
So I can't try to work with USB.
This is the code generated by CUBE Mx and a part of an example.
Thanks
Did you have some advice:
My project in attach
#fs #usb #cdc