2014-09-18 08:21 AM
Hello everyone,
I'm trying to use the USB STM32F042, used as a base example STM32F072 USB-discovery, but the windows me answer the following error: This device can not start (code 10).I wonder if anyone has any examples of VCP for this chip working, or why he does not connect ...Any idea?Thanks ...2015-01-13 03:11 AM
I have the same problem. Have you anybody resolved this issue?
2015-01-15 05:00 AM
Try editing the file (.inf)
replacing the namesusbser -> SerenumAnd then add a new legacy driverwith this file.2015-01-15 08:54 AM
I don't understand what you mean by adding a new legacy driver with the *.inf file. I renamed all of
usbserto
serenum, then
I uninstalled the driver in Device Manager and re-pluged the usb connection -> then automatic driver instalation launched, but finally message''Device driver software was not succesfully installed'' showed up. So I still think it's the code matter.
The same issue solved here. Please, write there:
2K6%20USB%20init%2e%20for%20VCP%20com&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&TopicsView=https%3A%2F%2Fmy%2Est%2Ecom%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2Fcortex_mx_stm32%2FAllItems%2Easpx¤tviews=172015-01-15 11:07 AM
Try to increase heap size and stack size of (.s) file
Stack_Size EQU 0x00004000Heap_Size EQU 0x00002000I see this on the topic:https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fUSB%20CDC%20recognized%20by%20computer%2c%20but%20device%20manager%20says%20This%20device%20cannot%20start%2e%20%28Code%2010%29&FolderCTID=0x0120020...2015-01-21 04:39 AM
I have already tried it - no effect. See the thread I posted above - I mention there everything I have tried.
2016-01-28 02:44 AM
Hello! Have you succed in creating usb project? Could you shere it? Regards