User Activity

I am using Nucleo-STM32 F767ZI board. I am to using interrupt transfer for sending data to PC(Host). But data is not getting displayed on game pad. When I use the  USBD_CUSTOM_HID_SendReport() function inside while(1) loop. it sends data and it gets ...
What is USB composite device?
I am using Nucleo STM32 F767ZI board. I want to send data via interrupt endpoint. In LPC2148 is done using HID_GetReport function. how to do the same in STM32 MCU?
I am using Nucleo-STM32F767 board. I want to access usb device registers and do register level programming for my project.