cancel
Showing results for 
Search instead for 
Did you mean: 

source code of stm32f103vbt6

dee1
Associate II

hello team,

i want to interface stm32f103vbt6 motor driver with stm32c031c6.please provide me the source code

4 REPLIES 4
Andrew Neil
Evangelist III

You're going to need to give a lot more details than that!

I need to control Hiwonder HX-12H motor by Hiwonder LSC-32-v1.4(stm32f203vbt6) servo motor driver, interfacing with stm32c031c6 MCU by using UART.

 

Please give links to the specifications/details of those parts.

 


@dee1 wrote:

 interfacing with stm32c031c6 MCU by using UART.


Then you need to know the protocol used over that UART link.

Study the documentation for your "servo motor driver" for details, and/or contact the manufacturer and/or supplier.

Have you tried an internet search for code relating to your "servo motor driver" ?

GitHub is a good place to search for source code ...

Hello,

You may start by using CubeMx tool to configure one of the UART peripherals available on the MCU and inspire from any example provided in one of CubeHAL examples here. (From STM32CubeF4).

Unfortunately there is no example available in STM32CubeC0 package.

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.