STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STUSB1602 pins connection

Hi there,I am seeking some guidance regarding the connection of the STUSB1602 to the STM32L031G6U6 microcontroller for a low-power application with a small footprint.Currently, I have already connected the STUSB1602 to the microcontroller using the I...

Rust support.

From what i've seen the Rust programming language is becoming more and more popular and since it does not rely on a virtual machine, like java or python, it could be a good option for embedded development and other low-level programs. I know that the...

NMan.11 by Associate II
  • 13947 Views
  • 10 replies
  • 10 kudos

USB Composite HID+CDC (VCP) with STM32F401

Hi,I would like to create a gamepad that is recognized by the computer (windows), and have the Virtual Com Port (CDC) to send en receive data with the computer. For that, I want to create an USB Composite with HID+CDC. I found an exemple on this webs...