STM32H7 USB HID Driver
Hello All,
Greetings,
This post is regarding USB in STM32H7 series. In my project STM32H743 is used as custom HID. My board is used in 5 different configurations(5 PID/Device). I am using firmware package of STM32Cube_FW_H7_V1.10.0 as a reference driver and USB HOST library from it.
All configurations are working fine in Win10 Host OS. I can establish connection and communicate to all 5 devices simultaneously. However when i connect devices to Win7 Guest OS, the computer is crashing with BSOD error PNP DETECTED FATAL ERROR. Always it happens when i connect 3rd device.
Looking into minidump in Win10 shows ntoskrnl is the cause for BSOD.
Does the custom HID class/library implemented in STM32Cube compatible with Win7 HIDCLASS.sys & hidusb.sys drivers.
Anyone have observed similar problem?.
Thanks!
