2015-05-06 06:05 AM
Hello,
I am using the Cube to configure the micro's USB OTG as a virtual com device. However, when I plug this USB into my Windows 7 PC, the driver on the PC reports that the device cannot be started (code 10). I have tried searching for a new driver, but cannot find one. Has anyone else encountered this error?By the way, I have a similar error when trying to use the DFU device too. #code-10 #stm32f411-virtual-com2015-05-06 07:19 AM
Hello
I had the same problem with stm32f407vg, the problem was in heap and stack memory sizes defined in startup_stm32f407xx.s file.If you have exported this project from other device families, check the mentioned parameters.2015-05-06 08:41 AM
Perhaps assume it's not software, and review the state of the input clock, and the wiring to the USB connector.
2015-05-06 10:09 AM
2015-05-06 12:24 PM
2015-05-06 12:42 PM
Ok, and is this board something of your creation, or one we might be familiar with?
Do you have the right 32/64-bit driver for whatever flavour of Windows you're using?I don't recall if the F411 has USB support in the Boot ROM, but if you strap BOOT0 High when you power up the board, does Windows recognize it being in DFU mode?Do other, non-Cube libraries work if ported to your board?Does an STM32F4-DISCO board work? It has the ID pin pulled to ground via a 100K resistor.2015-05-06 01:43 PM
2015-05-07 08:07 AM