cancel
Showing results for 
Search instead for 
Did you mean: 

How make a keyboard with stm32F103 with usb?

FBOCA.1
Associate

Hi everyone,

I follow this tutrorial to mak a keyboard with a stm32 MCU.

But it's not works. The USB not recognized!

Could you help me please?

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
FBOCA.1
Associate

Hi,

Thanks @KDJEM.1​ .

But i solved my problem. When i bought my MCU, the reference which write on the chipset was not the same on the product description on the website.

I configure my project to the correct reference STM32F103C8XX to STM32F103C6XX and now all working fine!

😊

View solution in original post

2 REPLIES 2
KDJEM.1
ST Employee

Hi @FBOCA.1​ ,

Try to increase the heap size, or configure the USB library to use static allocation.

For more explanation, I advise you to follow this article to solve the problem.

Make sure also that you are not facing this particular case.

Kaouthar

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.

FBOCA.1
Associate

Hi,

Thanks @KDJEM.1​ .

But i solved my problem. When i bought my MCU, the reference which write on the chipset was not the same on the product description on the website.

I configure my project to the correct reference STM32F103C8XX to STM32F103C6XX and now all working fine!

😊