Question
STM32F405 USB to PC (Win32/64Bit) Communication
Posted on December 31, 2017 at 10:30
I'm using STM32F405.Now I need to communicate with PC and controller using USB i.e when I connect the USb to my PC and controller ,when I sends data from the MY PC, the USB understands the those characters and send in to micro controller. how to do it??
I don't want to add any serial to usb converter,there will be direct communication between
PC<->USB<->STM32F4
Thank you.