2016-05-23 01:45 AM
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-stm32f103c8t62016-05-23 10:02 AM
Hi swarnkar.ankit,
You may find all what you need in the STM32CubeF1 package that you may download from .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.
2016-05-25 02:38 AM
There's a good FreeRTOS port for the F103 that includes USB. I've been using that for years.
2016-06-05 09:29 PM
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 ????2016-06-05 09:33 PM
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