cancel
Showing results for 
Search instead for 
Did you mean: 

USB on STM32F103

Oleg Katalupov
Associate
Posted on November 13, 2017 at 11:35

Hi. I want to use USB on STM32F103 MCU in the COM Port regim. But I don't understad how configure MCU properly. I don't want to use StdLib and HAL. Can anybody send me example for work with USB in any regim or give me link on detailed information about this? Thanks.

#usb-device #stm32
1 REPLY 1
Posted on November 13, 2017 at 21:40

USB is not at all trivial, certainly not a matter of 'configuring the mcu'.

Start with the USB examples in Cube or SPL, try to get some of them working, then try to decipher what do they consist of.

You can also read the description of the USB module in RM and add it up with the USB specifications, for a starting point on what complexity are you going to tackle.

JW