User Activity

CubeProgrammer setup already provides signed DFU driver with the inf file containing the below information:DeviceName = "STM32 Bootloader" VendorName = "STMicroelectronics" SourceName = "DFU Install Disk" DeviceID = "VID_0483&PID_DF11" DeviceGUID =...
We are working on our own firmware update utility, and need a way to get the Device Id from default USB DFU bootloader in order to avoid wrong firmware flashing. On CubeProgrammer, we can see that info: 21:36:20 : Device ID  : 0x0423The question is: ...
Hello there,I've setup a composite device (HID + CDC) on STM32F401RCT MCU. However, when sending data via CDC, the PC can only receive some HID packets (kind of lag issue) or no packet at all. I need to send data via HID and CDC concurrently. Is it ...