source code of stm32f103vbt6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-12 2:34 AM
hello team,
i want to interface stm32f103vbt6 motor driver with stm32c031c6.please provide me the source code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-12 2:36 AM
You're going to need to give a lot more details than that!
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-12 2:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-12 2:49 AM
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 designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-12 2:54 AM
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.
