User Activity

Hi folks,I have a stm32f411 with custom hid running smoothly. But if i change a value in the report descriptor data transmission stops working.I want to change the descriptor cause i want to send more data to the host.Here is the descriptor which wor...
Hi there,Recently if done a project regarding custom hid on a STM32F411RE Nucleo prototype board, this was successful. I have created my own pcb design but unfortunatly due the lack of availability of the STM32F411RE i was forced to go with the STM32...
Hi there,I have an old joystick which i want to convert to a custom hid device, the stick has three shiftin registers (cd4201) which i am reading using spi1. I know these shift register are being read cause i am sending it to serialport3 (just for de...
HiThis is my first experience on a stm32 Nucleo F413ZHI am trying to make it a game device (USB HID), followed some tutorials and slowly getting there.There is just one thing that doesn't come clear to me.The compiler doesn't give me any error, but t...