2017-11-13 02:35 AM
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 #stm322017-11-13 12:40 PM
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