cancel
Showing results for 
Search instead for 
Did you mean: 

usb fs driver for stm32f103c8t6

swarnkarankit47
Associate II
Posted on May 23, 2016 at 10:45

hello,

please provide me usb fs driver for stm32f103c8 . 

I am also unable to find startup file for the same.

please help me.

#peripherals-stm32f103c8t6 #peripherals-stm32f103c8t6
4 REPLIES 4
Amel NASRI
ST Employee
Posted on May 23, 2016 at 19:02

Hi swarnkar.ankit,

You may find all what you need in the STM32CubeF1 package that you may download from

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef1.html

.

A set of user manuals is available in the same page.

USB drivers may be found in STM32Cube_FW_F1_V1.4.0\Middlewares\ST.

You may refer also to the examples available under STM32Cube_FW_F1_V1.4.0\Projects\STM3210C_EVAL\Applications.

And finally to precise, the startup files are here: STM32Cube_FW_F1_V1.4.0\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates (depending on used IDE).

-Mayla-

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.

DiBosco
Senior
Posted on May 25, 2016 at 11:38

There's a good FreeRTOS port for the F103 that includes USB. I've been using that for years.

swarnkarankit47
Associate II
Posted on June 06, 2016 at 06:29

Hi mayla,

Thanks a lot for the help.

I am using CDC standalone example given in  STM32Cube_FW_F1_V1.4.0, but it is using USART interface. I don't want to use USART interface and only want to use USB for communication.How can I do so ????

swarnkarankit47
Associate II
Posted on June 06, 2016 at 06:33

Hi wood.robert,

Can you please explain how can I use freeRTOS in STM32F103C8 to use USB 2.0 as a communication port. 

Thanks,

Ankit