Relative Content

Tag Archive for uwpusbstm32f7

Connect to HidDevice with UsbDevice class in UWP app

I’m using the stm32f746g-discovery board with the Keil USB HID example. I can connect to the USB HID device with a UWP app using the HidDevice class.
Is it also possible to use the UsbDevice class to connect to the board when using the Keil USB HID example? I want to try to use interruptOut to connect to the board and this is only possible with the UsbDevice class.