ldhung9901 / stm32code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS Base control using STM-IDF

Overview

This firmware implements base control for STM32 to communicate with ROS over rosserial protocol using STM-IDF. All you need to build this firmware are:

  • GNU ARM Embedded Toolchain to compile code.
  • Build tool - CMake to build application.
  • STM-IDF contains API for STM32 series.

Follow this link to know more about STM-IDF.

Install

This repository contains many submodules, you need to install all of them to use probably.

git clone --recursive git@github.com:thanhphong98/ros-stm32-base-control.git

How to use

Build application

make build all

Flash over ST-LinkV2

make flash_stlink

Flash over USART

make flash_usart 

View log output

make monitor

Problem

For any problems, you can create issues or contact our e-mail.

Contact

E-mail: thanhphongho1998@gmail.com

About

License:MIT License


Languages

Language:C++ 69.2%Language:C 30.5%Language:Makefile 0.3%