Giter Club home page Giter Club logo

uart_tlv's Introduction

UART_TLV

This repo represents the configuration of TLV protocol over UART with RX interrupt for STM32F411RET6 MCU. This MCU is located on the STM NUCLEO board.

Why NUCLEO board?

Reasons for choosing open Nucleo environment are:

  • it is cheaper then Arduino UNO
  • better ARM MCU, a possibility for new features
  • open SDK and IDE

Environment setup

Programing environment is based on System Workbench for STM32. The System Workbench toolchain, called SW4STM32, is a free multi-OS software development environment based on Eclipse, which supports the full range of STM32 microcontrollers and associated boards. The SW4STM32 toolchain may be obtained from the website www.openstm32.org, which includes forums, blogs, and trainings for technical support. Once registered to this site, users will get installation instructions at the Documentation > System Workbench page to proceed with the download of the free toolchain.

After sucesful instalation of toolchain, you nead to download git repository:

$ git clone https://github.com/IRNAS/grbl_stm32.git

Import project to IDE and compile.

Information on importing project, compiling, and downloading code to the board, can be found here www.openstm32.org

Hardware

Two UART ports are initalize in software. UART1 and UART2.

  • UART1 is on port A, pins PA9 (USART1_TX) and PA10 (USART1_RX).
  • UART2 is on port A, pins PA2 (USART2_TX) and PA3 (USART2_RX).

TLV protocol

https://github.com/IRNAS/koruza-driver

uart_tlv's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.