Skip to main content
Associate II
April 12, 2024
Question

source code of stm32f103vbt6

  • April 12, 2024
  • 4 replies
  • 1910 views

hello team,

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

    This topic has been closed for replies.

    4 replies

    Andrew Neil
    Super User
    April 12, 2024

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

    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
    dee1Author
    Associate II
    April 12, 2024

    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.

     

    Andrew Neil
    Super User
    April 12, 2024

    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 ...

    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.