/stm32-uart

All UART related practices with STM32F103C8T6

Primary LanguageC

UART on STM32F1

Introduction

Implementing UART on STM32F103C8T6 and Examining the output on PuTTY and Arduino Serial Monitor. Also driving UART devices and peripherals with STM32.

Contents

|_ uart_ftdi
|_ arduino_serial_compat
|_ hc05-bluetooth-interfacing
  1. UART through FTDI: UART transfer through FTDI. Examining the UART bits on a Logic Analyser.

Demo

  1. UART Arduino Serial Monitor: UART configuration so that it can be used with Arduino Serial Monitor.

Demo

  1. HC05 Bluetooth Module Interfacing: This project is under development, however it has scope of usage of DMA based UART transfer.

Other experiments:

Also checkout my other works with STM32F1: STM32F103 RTOS, STM32F1 GPIO Alternate Functions and, STM32F1 PWM Modes