Do the Virtual COM Port drivers work with Windows 7?
I have tried installing and running projects using the USB_Device/CDC_Standalone project for both the STM32L476G-EVAL and the STM32F779I-EVAL boards, but every time I connect the board using the USB FS port, I get a driver error "This device cannot start. (Code 10)"
After uninstalling and installing the VCP drivers multiple times (using STLinkUSBDriver.dll v4.4.0.0 and Virtual COM Port driver 1.3.1.0 from VCP_V1.5.0_Setup_W7_x64_64bits.exe) , it never works. I've searched through the ST forums but have had no luck finding any documentation for this issue.
After a little more research, I found the stm32l4xx_ll_usb.c driver is hard faulting in USB_WritePacket.

The hard fault is occurring during the write of 0x200001BE USBD_StringSerial. See attached image:

I also changed the heap size according to the information in the FAQ https://community.st.com/s/article/FAQ-USB-device-not-recognized
This had no effect on the hard fault.
