Skip to main content
Associate
January 15, 2026
Solved

Which stm MCU for LOW speed USB 1.1 device?

  • January 15, 2026
  • 2 replies
  • 615 views

Hello,

What can i take for a MCU which has function with Low Speed USB 1.1 ?

I must make a USB HID Interface as Gamecontroller.

It is essential to prevent the PC from getting stuck on the USB port, and this is only possible with USB 1.1.

 

greets

Stefan

 

Best answer by Gyessine

Hello @stefangem 

the current range of STM32 products does not support USB 1.1 Low speed 
BR
Gyessine

2 replies

AScha.3
Super User
January 15, 2026

Hi,

USB low speed device ?

afaik no STM has it.

Ai tells: use a PIC18F2550 .

AScha3_0-1768466125067.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
stefangemAuthor
Associate
January 15, 2026

Hi,

Yes only USB1.1. I already tried it with an STM32F103 in USB 2.0, but the computer hangs during boot. USB 1.1 works without any problems.

I wanted to avoid using a PIC microcontroller since I don't have a flasher and I don't know the programming language. I have an ISP flasher, an Atmel ICE, and an ST-Link.


Andrew Neil
Super User
January 15, 2026

@stefangem wrote:

I already tried it with an STM32F103 in USB 2.0, but the computer hangs during boot. USB 1.1 works without any problems.


What makes you think that the problem is due to the USB version?

Could it not be some other problem in your STM32 stuff?

What are you using as the "USB 1.1" device?

 

Pretty sure ST provide HID examples - have you tried one?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
GyessineBest answer
Technical Moderator
January 15, 2026

Hello @stefangem 

the current range of STM32 products does not support USB 1.1 Low speed 
BR
Gyessine

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.